fix(translations): fix issues caused by refactor

This commit is contained in:
David Ralph
2022-08-26 11:44:24 +01:00
parent 2c2acbba46
commit b8f2b7fb1f
13 changed files with 25 additions and 65 deletions

View File

@@ -50,7 +50,7 @@ export default function PhotoInformation({ info, url, api }) {
}
// remove unsplash and pexels text
const unsplash = variables.getMessage(variables.languagecode, 'widgets.background.unsplash');
const unsplash = variables.getMessage('widgets.background.unsplash');
const pexels = variables.getMessage('widgets.background.pexels');
let credit = info.credit;