Rename translation keys

This commit is contained in:
ferferga
2020-03-29 23:46:19 +02:00
parent 620135d8da
commit a9759f6a80
11 changed files with 17 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ namespace Emby.Server.Implementations.Channels
public string Description => _localization.GetLocalizedString("TasksRefreshChannelsDescription");
/// <inheritdoc />
public string Category => _localization.GetLocalizedString("TasksCategoryChannels");
public string Category => _localization.GetLocalizedString("TasksChannelsCategory");
/// <inheritdoc />
public bool IsHidden => ((ChannelManager)_channelManager).Channels.Length == 0;