More Translations

This commit is contained in:
Qstick
2020-08-19 23:32:49 -04:00
parent e4d033d0a7
commit 04b84e4931
16 changed files with 127 additions and 75 deletions

View File

@@ -272,7 +272,7 @@ class MovieSearchInput extends Component {
if (suggestions.length || loading) {
suggestionGroups.push({
title: 'Existing Movie(s)',
title: translate('ExistingMovies'),
loading,
suggestions
});