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:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-06-15 11:15:38 +0300
committerGitHub <noreply@github.com>2021-06-15 11:15:38 +0300
commitbf638a9854da4888be1a04dc7f506055a6e409d0 (patch)
tree7f08ad5b4ee3905ac5a74a73ebf8dba28c476caa /app/src/main/res/layout
parentb7085738c767903636448b080b948d5551e0a16e (diff)
Add to translation
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_exception.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_exception.xml b/app/src/main/res/layout/activity_exception.xml
index 932fa7bf2..9d7420d1f 100644
--- a/app/src/main/res/layout/activity_exception.xml
+++ b/app/src/main/res/layout/activity_exception.xml
@@ -28,7 +28,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:hint="An error appeared."
+ android:hint="@string/hint_error_appeared"
app:drawableEndCompat="@drawable/ic_bug_report_black_24dp"
tools:ignore="HardcodedText" />
@@ -111,4 +111,4 @@
app:backgroundTint="@color/defaultBrand" />
</LinearLayout>
-</LinearLayout> \ No newline at end of file
+</LinearLayout>