mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Remove unnecessary translation keys
This commit is contained in:
parent
abe2ae2320
commit
fa6e2b8479
@ -862,12 +862,11 @@ MessengerUI, Messages, Pages) {
|
||||
|
||||
var href = toMain ? origin+'/index.html' : origin+'/drive/';
|
||||
var buttonTitle = toMain ? Messages.header_homeTitle : Messages.header_logoTitle;
|
||||
Messages.homeButton = "Home button"; // XXX
|
||||
var $aTag = $('<a>', {
|
||||
href: href,
|
||||
title: buttonTitle,
|
||||
'class': "cp-toolbar-link-logo",
|
||||
'aria-label': Messages.homeButton,
|
||||
'aria-label': buttonTitle,
|
||||
}).append(UI.getIcon(privateData.app));
|
||||
|
||||
var onClick = function (e) {
|
||||
@ -1123,8 +1122,7 @@ MessengerUI, Messages, Pages) {
|
||||
$button.attr('title', Messages.notificationsPage);
|
||||
$button.addClass('fa fa-bell-o cp-notifications-bell');
|
||||
$button.addClass('fa fa-bell-o cp-notifications-bell');
|
||||
Messages.notificationBell = "Notification Bell"; // XXX
|
||||
$button.attr('aria-label', Messages.notificationBell);
|
||||
$button.attr('aria-label', Messages.notificationsPage);
|
||||
var $n = $button.find('.cp-dropdown-button-title').hide();
|
||||
var $empty = $(div).find('.cp-notifications-empty');
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user