mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
standardize key prefixes for translations
This commit is contained in:
parent
1f52f8452c
commit
3774008343
60 changed files with 356 additions and 356 deletions
|
@ -44,7 +44,7 @@ define(['jQuery', 'loading', 'globalize', 'emby-button'], function ($, loading,
|
|||
var msg = '';
|
||||
|
||||
if (recordingPathChanged) {
|
||||
msg += globalize.translate('RecordingPathChangeMessage');
|
||||
msg += globalize.translate('MessageChangeRecordingPath');
|
||||
}
|
||||
|
||||
if (msg) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue