feat(settings/clock): rename alarm -> achievements and update icons
This commit is contained in:
@@ -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();
|
||||
},
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user