aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-02-21 20:25:56 +0100
committerChristian Schneppe <christian@pix-art.de>2019-02-21 20:25:56 +0100
commit24a9c319aed4089eb97bedb249cd6ddbff13d398 (patch)
tree2b69c00c1a9172d26fe05928e40d247280630022 /src/main/res/values/strings.xml
parenta5019812fbdaf57096b8483778b610fd3b0d1887 (diff)
add password forgotten item to edit profile menu
fixes #295
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index e8c2dd0b8..d4dd1c5cf 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -887,4 +887,7 @@
<string name="notification_backup_failed_subtitle">The backup files could not be stored in %s</string>
<string name="search_participants">Search participants</string>
<string name="file_too_large">File too large</string>
+ <string name="mgmt_account_password_forgotten">Password forgotten</string>
+ <string name="password_forgotten_title">Password forgotten</string>
+ <string name="password_forgotten_text">You have forgotten your account password? We will now try to open the support website of your provider.</string>
</resources>