mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-15 21:05:48 -04:00
Another translation update
This commit is contained in:
@@ -173,7 +173,7 @@ class InteractiveImportRow extends Component {
|
||||
|
||||
<TableRowCellButton
|
||||
isDisabled={!allowMovieChange}
|
||||
title={allowMovieChange ? 'Click to change movie' : undefined}
|
||||
title={allowMovieChange ? translate('ClickToChangeMovie') : undefined}
|
||||
onPress={this.onSelectMoviePress}
|
||||
>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user