fix typo
This commit is contained in:
parent
07a8971b47
commit
4dde9cb5dc
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ export function doSetLanguage(language) {
|
|||
dispatch(
|
||||
doToast({
|
||||
message: __('Failed to load %language% translations.', { language: languageName }),
|
||||
error: true,
|
||||
isError: true,
|
||||
})
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue