Skip to content

Commit 0240470

Browse files
Merge pull request #263 from mayuran-deriv/mayuran/correct-verify-hints
Mayuran/DAPI-571/Unable to remove pre-registered "verification URL"
2 parents db2256a + f6cd527 commit 0240470

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

i18n/en/code.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@
846846
},
847847
"theme.colorToggle.ariaLabel": {
848848
"message": "Switch between dark and light mode (currently {mode})",
849-
"description": "The ARIA label for the navbar color mode toggle"
849+
"description": "The ARIA label for the color mode toggle"
850850
},
851851
"theme.colorToggle.ariaLabel.mode.dark": {
852852
"message": "dark mode",
@@ -1124,5 +1124,52 @@
11241124
},
11251125
"Copied": {
11261126
"message": "Copied"
1127+
},
1128+
"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.": {
1129+
"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."
1130+
},
1131+
"theme.colorToggle.ariaLabel.mode.system": {
1132+
"message": "system mode",
1133+
"description": "The name for the system color mode"
1134+
},
1135+
"theme.navbar.mobileDropdown.collapseButton.expandAriaLabel": {
1136+
"message": "Expand the dropdown",
1137+
"description": "The ARIA label of the button to expand the mobile dropdown navbar item"
1138+
},
1139+
"theme.navbar.mobileDropdown.collapseButton.collapseAriaLabel": {
1140+
"message": "Collapse the dropdown",
1141+
"description": "The ARIA label of the button to collapse the mobile dropdown navbar item"
1142+
},
1143+
"theme.blog.author.pageTitle": {
1144+
"message": "{authorName} - {nPosts}",
1145+
"description": "The title of the page for a blog author"
1146+
},
1147+
"theme.blog.authorsList.pageTitle": {
1148+
"message": "Authors",
1149+
"description": "The title of the authors page"
1150+
},
1151+
"theme.blog.authorsList.viewAll": {
1152+
"message": "View all authors",
1153+
"description": "The label of the link targeting the blog authors page"
1154+
},
1155+
"theme.blog.author.noPosts": {
1156+
"message": "This author has not written any posts yet.",
1157+
"description": "The text for authors with 0 blog post"
1158+
},
1159+
"theme.contentVisibility.unlistedBanner.title": {
1160+
"message": "Unlisted page",
1161+
"description": "The unlisted content banner title"
1162+
},
1163+
"theme.contentVisibility.unlistedBanner.message": {
1164+
"message": "This page is unlisted. Search engines will not index it, and only users having a direct link can access it.",
1165+
"description": "The unlisted content banner message"
1166+
},
1167+
"theme.contentVisibility.draftBanner.title": {
1168+
"message": "Draft page",
1169+
"description": "The draft content banner title"
1170+
},
1171+
"theme.contentVisibility.draftBanner.message": {
1172+
"message": "This page is a draft. It will only be visible in dev and be excluded from the production build.",
1173+
"description": "The draft content banner message"
11271174
}
11281175
}

src/features/dashboard/update-app/AppUpdateForm/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,9 @@ const AppUpdateForm = ({ initialValues, submit, onCancel, is_loading }: TAppForm
230230
<Explanations>
231231
<Text size='sm' className='explanation'>
232232
<Translate>
233-
If provided, the verification URL will be appended with a token and sent to the
234-
user&apos;s email. Otherwise, the redirect URL with the token will be used.
233+
Once set, this URL can&apos;t be removed, but you can update it anytime.
234+
We&apos;ll use it for email verification. If left blank, we&apos;ll use the
235+
redirect URL instead.
235236
</Translate>
236237
</Text>
237238
</Explanations>

0 commit comments

Comments
 (0)