mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
fix(translations): fix issues caused by refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user