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/src
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2023-04-14 15:10:11 +0300
committerStefan Niedermann <info@niedermann.it>2023-04-14 15:10:11 +0300
commitc97bc36845f989741af73afa4f2a442d452154fb (patch)
treebafa1d89cbba6493a35bcb409a27486c430526be /app/src
parent6d950aaef8c63e59452195714f718272b8766d90 (diff)
fix(i18n): Improve wording
https://github.com/stefan-niedermann/nextcloud-deck/pull/1464#pullrequestreview-1380889671 Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src')
-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 0ff48de4f..23c2b079b 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -244,7 +244,7 @@
<string name="error_dialog_tip_sync_only_on_wifi">If you have enabled the "Sync only on Wi-Fi" setting, you can only synchronize when you are connected to a Wi-Fi.</string>
<string name="error_dialog_tip_files_force_stop">Something seems to be wrong with your Nextcloud app. Please try to force stop both, the Nextcloud app and the Nextcloud Deck app.</string>
<string name="error_dialog_tip_files_delete_storage">If force stopping them does not help, you can try to clear the storage of both apps.</string>
- <string name="error_dialog_timeout_instance">There was not a response from your server in the given time. Please make sure your instance is running well.</string>
+ <string name="error_dialog_timeout_instance">There was no response from your server in the given time. Please make sure your instance is running well.</string>
<string name="error_dialog_timeout_toggle">Check your network connection. Sometimes toggling the mobile data or Wi-Fi off and on again can help.</string>
<string name="error_dialog_check_server">The response of your server was not correct. Please check whether you can access the Deck app via web interface.</string>
<string name="error_dialog_check_server_logs">There is an issue with your Nextcloud setup. Please have a look into the server log files.</string>