Skip to content

Commit d18a801

Browse files
authored
fix(i18n): fix typo in russian translation (#2560)
1 parent bff14ff commit d18a801

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/i18n/locales

1 file changed

+1
-1
lines changed

packages/core/src/i18n/locales/ru.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export const ru: Dictionary = {
272272
text_title: "Текст",
273273
background_title: "Задний фон",
274274
colors: {
275-
default: "По умолчинию",
275+
default: "По умолчанию",
276276
gray: "Серый",
277277
brown: "Коричневый",
278278
red: "Красный",

0 commit comments

Comments
 (0)