Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-11-30 12:07:59 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-11-30 12:09:42 +0300
commit69d31a6e98d8bbd81c67ff802e62509a87e359b8 (patch)
tree6177021234953fc7b7e5b47b197c86583939f68f /app
parentddadcc12e30bbde45dc6eb73e94295b4bf332ef8 (diff)
i18n: Change "server" to "web"
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d81859209..e4fd8edb0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -352,6 +352,6 @@
<string name="progress_import_indeterminate">Importing boards…</string>
<string name="card_outdated">The content of this card might be outdated.</string>
<string name="show_error">Show error</string>
- <string name="push_notification_link_empty">Due to a known issue in the Deck server app we are unfortunately not able to display this card. For more information see: %1$s</string>
+ <string name="push_notification_link_empty">Due to a known issue in the Deck web app we are unfortunately not able to display this card. For more information see: %1$s</string>
<string name="push_notification_link_empty_link" translatable="false">https://github.com/nextcloud/deck/issues/3431</string>
</resources>