diff options
author | guillaume <guillaume.cassou@orange.fr> | 2019-07-30 11:42:43 +0200 |
---|---|---|
committer | guillaume <guillaume.cassou@orange.fr> | 2019-07-30 11:42:43 +0200 |
commit | 84ba42f42e01f4f1c03bb29b8b92ab2b7f802e64 (patch) | |
tree | 753f2fecec29815d8495167fcc23ec3f21f77df7 /i18n | |
parent | 7cc1ffcab2a16588a930c10de2405bc4fc5067af (diff) | |
download | wekan-84ba42f42e01f4f1c03bb29b8b92ab2b7f802e64.tar.gz wekan-84ba42f42e01f4f1c03bb29b8b92ab2b7f802e64.tar.bz2 wekan-84ba42f42e01f4f1c03bb29b8b92ab2b7f802e64.zip |
add popup to confirm deleting one account
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.i18n.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 6274e08a..29777082 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -722,5 +722,6 @@ "act-almostdue": "was reminding the current due (__timeValue__) of __card__ is approaching", "act-pastdue": "was reminding the current due (__timeValue__) of __card__ is past", "act-duenow": "was reminding the current due (__timeValue__) of __card__ is now", - "act-atUserComment": "You were mentioned in [__board__] __card__" + "act-atUserComment": "You were mentioned in [__board__] __card__", + "delete-user-confirm-popup": "Are you sure you want to delete this account? There is no undo." } |