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
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-04 12:25:33 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-04 12:25:33 +0300
commitfc3ae9469e98a86ad0183b57cc24b64280f181ce (patch)
treef93ee00a48f5609f09d0c72f51063fda1dd223e6 /app/src/main/res/values
parent1d932cfeea5a781623b1372816c531ba6e3c019d (diff)
Display determined server version if version seems to be too old
Diffstat (limited to 'app/src/main/res/values')
-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 8ee27524c..a6249cba0 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -141,7 +141,7 @@
<string name="add_a_new_card_using_the_button">Add a new card using the + button</string>
<string name="update_deck">Update deck</string>
<string name="your_deck_version_is_too_old">Your deck version is too old</string>
- <string name="deck_outdated_please_update">Your deck version is too old. Please update to use this android app as client.</string>
+ <string name="deck_outdated_please_update">Your deck version is too old (%1$s). Please update to use this android app as client.</string>
<string name="delete_board_message">This will permanently delete this board including all lists and cards.</string>
<string name="settings_theme_title">Dark theme</string>
<string name="settings_branding_title">Branding</string>