1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update four strings with generic keys

This commit is contained in:
dkanada 2020-08-27 09:28:09 +09:00
parent 75a4b73a83
commit b528781491
56 changed files with 21 additions and 181 deletions

View file

@ -248,7 +248,7 @@ events.on(serverNotifications, 'RestartRequired', function (e, apiClient) {
[
{
action: 'restart',
title: globalize.translate('HeaderRestart'),
title: globalize.translate('Restart'),
icon: getIconUrl()
}
];