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:
parent
2fd23b0f75
commit
480cb13833
3 changed files with 9 additions and 9 deletions
|
|
@ -34,7 +34,7 @@ exports[`MobileAppConnection if we disconnect the app, it disconnects and fetche
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -2388,7 +2388,7 @@ exports[`MobileAppConnection it shows a QR code if the app isn't already connect
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -2510,7 +2510,7 @@ exports[`MobileAppConnection it shows a loading message if it is currently disco
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -2632,7 +2632,7 @@ exports[`MobileAppConnection it shows a loading message if it is currently fetch
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -2754,7 +2754,7 @@ exports[`MobileAppConnection it shows a message when the mobile app is already c
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -2976,7 +2976,7 @@ exports[`MobileAppConnection it shows an error message if there was an error dis
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
@ -3089,7 +3089,7 @@ exports[`MobileAppConnection it shows an error message if there was an error fet
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ exports[`DownloadIcons it renders properly 1`] = `
|
|||
<span
|
||||
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>
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ const DownloadIcons: FC = () => (
|
|||
<Text type="primary" strong>
|
||||
Download
|
||||
</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>
|
||||
<a
|
||||
style={{ width: '100%' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue