mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-06-22 04:41:02 +02:00
fix typo in resource string name
This commit is contained in:
parent
116bb19bc6
commit
e89384ee61
@ -81,14 +81,14 @@ fun SelectNotificationProvider(sharedPreferencesViewModel: SharedPreferencesView
|
|||||||
distributorPresent = true
|
distributorPresent = true
|
||||||
},
|
},
|
||||||
title = {
|
title = {
|
||||||
Text(stringResource(R.string.push_server_insteall_app))
|
Text(stringResource(R.string.push_server_install_app))
|
||||||
},
|
},
|
||||||
text = {
|
text = {
|
||||||
Material3RichText(
|
Material3RichText(
|
||||||
style = RichTextStyle().resolveDefaults()
|
style = RichTextStyle().resolveDefaults()
|
||||||
) {
|
) {
|
||||||
Markdown(
|
Markdown(
|
||||||
content = stringResource(R.string.push_server_insteall_app_description)
|
content = stringResource(R.string.push_server_install_app_description)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -653,8 +653,8 @@
|
|||||||
<string name="push_server_none_explainer">Disables Push Notifications</string>
|
<string name="push_server_none_explainer">Disables Push Notifications</string>
|
||||||
<string name="push_server_uses_app_explainer">Uses app %1$s</string>
|
<string name="push_server_uses_app_explainer">Uses app %1$s</string>
|
||||||
|
|
||||||
<string name="push_server_insteall_app">Push Notification Setup</string>
|
<string name="push_server_install_app">Push Notification Setup</string>
|
||||||
<string name="push_server_insteall_app_description">
|
<string name="push_server_install_app_description">
|
||||||
To receive push notifications, install any app that supports [Unified Push](https://unifiedpush.org/), such as [Nfty](https://ntfy.sh/).
|
To receive push notifications, install any app that supports [Unified Push](https://unifiedpush.org/), such as [Nfty](https://ntfy.sh/).
|
||||||
After installing, select the app you want to use in the Settings.
|
After installing, select the app you want to use in the Settings.
|
||||||
</string>
|
</string>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user