Skip to content

Commit b97fdcb

Browse files
committed
Don't attempt to translate variables
* stings should be translated (if applicable) where they happen * ChangePasswordController returns all its fixed strings already translated * local user backend does not throw HintException at all Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
1 parent ef259aa commit b97fdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings/js/users/users.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ $(document).ready(function () {
668668
if(!_.isEmpty(result.data.hint)) {
669669
message += "<br/>" + _.escape(result.data.hint);
670670
}
671-
OC.Notification.showTemporary(t('admin', message), {isHTML: true});
671+
OC.Notification.showTemporary(message, {isHTML: true});
672672
}
673673
}
674674
);

0 commit comments

Comments
 (0)