mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-23 00:57:02 +01:00
Address review comments
This commit is contained in:
@@ -40,10 +40,10 @@ namespace Jellyfin.LiveTv.Channels
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => _localization.GetLocalizedString("TasksRefreshChannels");
|
||||
public string Name => _localization.GetLocalizedString("TaskRefreshChannels");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Description => _localization.GetLocalizedString("TasksRefreshChannelsDescription");
|
||||
public string Description => _localization.GetLocalizedString("TaskRefreshChannelsDescription");
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Category => _localization.GetLocalizedString("TasksChannelsCategory");
|
||||
|
||||
Reference in New Issue
Block a user