fix(i18n): typos
This commit is contained in:
@@ -19,7 +19,7 @@ let timeline: gsap.core.Timeline | null = null;
|
||||
|
||||
const text = computed(() => {
|
||||
const project = store.projects[store.currentProject]!;
|
||||
return $t("projects.linkConformationPopup.text", {
|
||||
return $t("projects.linkConfirmationPopup.text", {
|
||||
url: project.link.replace(/^https?:\/\//, ""),
|
||||
});
|
||||
});
|
||||
@@ -155,13 +155,13 @@ onRender((ctx) => {
|
||||
|
||||
drawTextWithShadow(
|
||||
ctx,
|
||||
$t("projects.linkConformationPopup.yes").toUpperCase(),
|
||||
$t("projects.linkConfirmationPopup.yes").toUpperCase(),
|
||||
207,
|
||||
YES_Y - 3,
|
||||
);
|
||||
drawTextWithShadow(
|
||||
ctx,
|
||||
$t("projects.linkConformationPopup.no").toUpperCase(),
|
||||
$t("projects.linkConfirmationPopup.no").toUpperCase(),
|
||||
207,
|
||||
NO_Y - 3,
|
||||
);
|
||||
|
||||
@@ -129,7 +129,7 @@
|
||||
},
|
||||
"user": {
|
||||
"title": "User",
|
||||
"description": "Enter user informations.",
|
||||
"description": "Enter user information.",
|
||||
"color": {
|
||||
"title": "Color",
|
||||
"description": "Select your favorite color.",
|
||||
@@ -199,7 +199,7 @@
|
||||
"backToHome": "Back to Home"
|
||||
},
|
||||
"projects": {
|
||||
"linkConformationPopup": {
|
||||
"linkConfirmationPopup": {
|
||||
"yes": "yes",
|
||||
"no": "no",
|
||||
"text": "Open {url}?"
|
||||
|
||||
Reference in New Issue
Block a user