diff --git a/web/components/UpdateOs/ChangelogModal.vue b/web/components/UpdateOs/ChangelogModal.vue index 010027d00..83c1024c1 100644 --- a/web/components/UpdateOs/ChangelogModal.vue +++ b/web/components/UpdateOs/ChangelogModal.vue @@ -123,7 +123,7 @@ const showExtendKeyButton = computed(() => { :icon-right="ArrowTopRightOnSquareIcon" @click="purchaseStore.renew()" > - {{ props.t("Extend Key to Update") }} + {{ props.t("Extend License to Update") }} { }); } - // update available with renewal - open changelog and extend key options + // update available with renewal - open changelog and Extend License options if (availableWithRenewal.value) { buttons.push({ click: async () => await purchaseStore.renew(), icon: KeyIcon, iconRight: ArrowTopRightOnSquareIcon, iconRightHoverDisplay: false, - text: props.t('Extend Key'), + text: props.t('Extend License'), title: props.t('Pay your annual fee to continue receiving OS updates.'), }); } diff --git a/web/locales/en_US.json b/web/locales/en_US.json index 653a33dc4..ca5654a61 100644 --- a/web/locales/en_US.json +++ b/web/locales/en_US.json @@ -341,7 +341,7 @@ "View Changelog on Docs": "View Changelog on Docs", "Fetching & parsing changelog…": "Fetching & parsing changelog…", "View on Docs": "View on Docs", - "Extend Key to Update": "Extend Key to Update", + "Extend License to Update": "Extend License to Update", "Install Unraid OS {0}": "Install Unraid OS {0}", "View Changelog to Start Update": "View Changelog to Start Update", "Unraid OS {0} Update Available": "Unraid OS {0} Update Available", @@ -356,6 +356,5 @@ "Update Released": "Update Released", "Go to Tools > Update OS for more options.": "Go to Tools > Update OS for more options.", "Go to Settings > Notifications to enable automatic OS update notifications for future releases.": "Go to Settings > Notifications to enable automatic OS update notifications for future releases.", - "More options": "More options", - "Extend Key": "Extend Key" + "More options": "More options" }