feat(settings/clock): rename alarm -> achievements and update icons

This commit is contained in:
2026-01-30 22:17:48 +01:00
parent c627311953
commit 452569bce8
12 changed files with 15 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ const handleCancel = () => {
const handleReset = () => {
confirmationModal.open({
text: $t("settings.clock.alarm.resetConfirmation"),
text: $t("settings.clock.achievements.resetConfirmation"),
onConfirm: () => {
achievements.reset();
},

View File

@@ -43,7 +43,7 @@ onRender((ctx) => {
0,
-96 + animation.stage2Offset + animation.stage1Offset,
);
assets.images.settings.topScreen.clock.alarm.draw(
assets.images.settings.topScreen.clock.achievements.draw(
ctx,
0,
-48 + animation.stage1Offset,