diff --git a/i18n/en/code.json b/i18n/en/code.json index 573c1ac8..06846c0b 100644 --- a/i18n/en/code.json +++ b/i18n/en/code.json @@ -846,7 +846,7 @@ }, "theme.colorToggle.ariaLabel": { "message": "Switch between dark and light mode (currently {mode})", - "description": "The ARIA label for the navbar color mode toggle" + "description": "The ARIA label for the color mode toggle" }, "theme.colorToggle.ariaLabel.mode.dark": { "message": "dark mode", @@ -1124,5 +1124,52 @@ }, "Copied": { "message": "Copied" + }, + "Once set, this URL can't be removed, but you can update it anytime. We'll use it for email verification. If left blank, we'll use the redirect URL instead.": { + "message": "Once set, this URL can't be removed, but you can update it anytime. We'll use it for email verification. If left blank, we'll use the redirect URL instead." + }, + "theme.colorToggle.ariaLabel.mode.system": { + "message": "system mode", + "description": "The name for the system color mode" + }, + "theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": { + "message": "Expand the dropdown", + "description": "The ARIA label of the button to expand the mobile dropdown navbar item" + }, + "theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": { + "message": "Collapse the dropdown", + "description": "The ARIA label of the button to collapse the mobile dropdown navbar item" + }, + "theme.blog.author.pageTitle": { + "message": "{authorName} - {nPosts}", + "description": "The title of the page for a blog author" + }, + "theme.blog.authorsList.pageTitle": { + "message": "Authors", + "description": "The title of the authors page" + }, + "theme.blog.authorsList.viewAll": { + "message": "View all authors", + "description": "The label of the link targeting the blog authors page" + }, + "theme.blog.author.noPosts": { + "message": "This author has not written any posts yet.", + "description": "The text for authors with 0 blog post" + }, + "theme.contentVisibility.unlistedBanner.title": { + "message": "Unlisted page", + "description": "The unlisted content banner title" + }, + "theme.contentVisibility.unlistedBanner.message": { + "message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.", + "description": "The unlisted content banner message" + }, + "theme.contentVisibility.draftBanner.title": { + "message": "Draft page", + "description": "The draft content banner title" + }, + "theme.contentVisibility.draftBanner.message": { + "message": "This page is a draft. It will only be visible in dev and be excluded from the production build.", + "description": "The draft content banner message" } } diff --git a/src/features/dashboard/update-app/AppUpdateForm/index.tsx b/src/features/dashboard/update-app/AppUpdateForm/index.tsx index 440700e4..e140aea2 100644 --- a/src/features/dashboard/update-app/AppUpdateForm/index.tsx +++ b/src/features/dashboard/update-app/AppUpdateForm/index.tsx @@ -230,8 +230,9 @@ const AppUpdateForm = ({ initialValues, submit, onCancel, is_loading }: TAppForm - If provided, the verification URL will be appended with a token and sent to the - user's email. Otherwise, the redirect URL with the token will be used. + Once set, this URL can't be removed, but you can update it anytime. + We'll use it for email verification. If left blank, we'll use the + redirect URL instead.