mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Remove duplicate translation key
This commit is contained in:
parent
7f76b929c3
commit
1e0b7168be
@ -142,7 +142,6 @@ define(req, function(AppConfig, Default, Language) {
|
||||
Messages.badges_premium = "Premium user";
|
||||
Messages.badges_error = "Error while validating this user's data";
|
||||
Messages.profile_badges = "Badges";
|
||||
Messages.user_profile = 'Go to user profile';
|
||||
Messages.show_password = "Show password";
|
||||
Messages.hide_password = "Hide password";
|
||||
Messages.page_next = "Next page";
|
||||
|
||||
@ -83,8 +83,8 @@ define([
|
||||
} else if (userData && typeof(userData) === "object" && userData.profile) {
|
||||
avatar = h('span.cp-avatar',{
|
||||
tabindex: 0,
|
||||
title: Messages.user_profile,
|
||||
'aria-label': Messages.user_profile,
|
||||
title: Messages.userlist_visitProfile,
|
||||
'aria-label': Messages.userlist_visitProfile,
|
||||
role: 'button'
|
||||
});
|
||||
Common.displayAvatar($(avatar), userData.avatar, userData.displayName || userData.name);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user