Update download app text (#2379)

# What this PR does

## Which issue(s) this PR fixes

## Checklist

- [x] Unit, integration, and e2e (if applicable) tests updated
- [x] Documentation added (or `pr:no public docs` PR label added if not
required)
- [x] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)

fixes https://github.com/grafana/oncall/issues/1523

---------

Co-authored-by: Joey Orlando <joey.orlando@grafana.com>
This commit is contained in:
Salvatore Giordano 2023-07-21 12:41:17 +02:00 committed by GitHub
parent 2fd23b0f75
commit 480cb13833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -34,7 +34,7 @@ exports[`MobileAppConnection if we disconnect the app, it disconnects and fetche
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div
@ -2388,7 +2388,7 @@ exports[`MobileAppConnection it shows a QR code if the app isn't already connect
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div
@ -2510,7 +2510,7 @@ exports[`MobileAppConnection it shows a loading message if it is currently disco
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div
@ -2632,7 +2632,7 @@ exports[`MobileAppConnection it shows a loading message if it is currently fetch
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div
@ -2754,7 +2754,7 @@ exports[`MobileAppConnection it shows a message when the mobile app is already c
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div
@ -2976,7 +2976,7 @@ exports[`MobileAppConnection it shows an error message if there was an error dis
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div
@ -3089,7 +3089,7 @@ exports[`MobileAppConnection it shows an error message if there was an error fet
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div

View file

@ -21,7 +21,7 @@ exports[`DownloadIcons it renders properly 1`] = `
<span <span
class="root text text--primary text--medium" class="root text text--primary text--medium"
> >
The Grafana IRM app is available on both the App Store and Google Play Store. The Grafana OnCall app is available on both the App Store and Google Play Store.
</span> </span>
</div> </div>
<div <div

View file

@ -17,7 +17,7 @@ const DownloadIcons: FC = () => (
<Text type="primary" strong> <Text type="primary" strong>
Download Download
</Text> </Text>
<Text type="primary">The Grafana IRM app is available on both the App Store and Google Play Store.</Text> <Text type="primary">The Grafana OnCall app is available on both the App Store and Google Play Store.</Text>
<VerticalGroup> <VerticalGroup>
<a <a
style={{ width: '100%' }} style={{ width: '100%' }}