diff --git a/packages/frontend/src/pages/admin/update.vue b/packages/frontend/src/pages/admin/update.vue
index 4cd308bc01..15cb84a28a 100644
--- a/packages/frontend/src/pages/admin/update.vue
+++ b/packages/frontend/src/pages/admin/update.vue
@@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only
{{ releasesCherryPick[0].tag_name }}
- {{ i18n.ts.skipThisRelease }}
+ {{ i18n.ts.skipThisVersion }}
@@ -104,7 +104,7 @@ function save() {
});
}
-function skipThisRelease() {
+function skipThisVersion() {
skipCherryPickVersion = releasesCherryPick[0].tag_name;
skipVersion = true;