Utf8 convert
This commit is contained in:
@@ -7,7 +7,7 @@ import { dataText } from '../text.js';
|
||||
|
||||
export const getTextForModal = (key) => {
|
||||
if (!key) {
|
||||
return '[Îòñóòâóåò value].';
|
||||
return '[Отсутвует value].';
|
||||
}
|
||||
|
||||
return dataText[key] ?? `[${key}].`;
|
||||
|
||||
Reference in New Issue
Block a user