Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/Umbraco.Web.UI.Client/src/assets/lang/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2362,9 +2362,11 @@ export default {
noRedirects: 'No redirects have been made',
noRedirectsDescription:
'When a published page gets renamed or moved a redirect will automatically be made to the new page.',
noRedirectsForSearch: 'No redirects matching this search criteria',
noRedirectsForSearchDescription: 'Double check your search for any error or spelling mistakes.',
redirectRemoved: 'Redirect URL removed.',
redirectRemoveError: 'Error removing redirect URL.',
redirectRemoveWarning: 'This will remove the redirect',
redirectRemoveWarning: 'This will remove the redirect.',
confirmDisable: 'Are you sure you want to disable the URL tracker?',
disabledConfirm: 'URL tracker has now been disabled.',
disableError: 'Error disabling the URL tracker, more information can be found in your log file.',
Expand Down
Loading
Loading