-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Low
-
Affects Version/s: 3.11
-
Component/s: None
-
3.11
Hi guys,
I found a minor bug in the French and German language pack. It will cause a bug as you can see from the screenshot.
The 'culprit' is the '\' at the end of another key (admin.setpassword.success.title):
JiraWebActionSupport_de_DE.properties
...
#setpasswordsuccess.jsp
admin.setpassword.success.title=Neues Passwort wurde erfolgreich festgelegt f\u00fcr: {0}\
admin.setpassword.success.desc=Passwort f\u00fcr Benutzer {0} wurde erfolgreich festgelegt
...
JiraWebActionSupport_fr_FR.properties
...
#setpasswordsuccess.jsp
admin.setpassword.success.title=Nouveau mot de passe d\u00e9fini avec succ\u00e8s pour : {0}\
admin.setpassword.success.desc=Le mot de passe de l''utilisateur {0} a \u00e9t\u00e9 d\u00e9fini avec succ\u00e8s
...