Skip to content

Commit

Permalink
created an add current domain button to the cultures and hostnames sc… (
Browse files Browse the repository at this point in the history
umbraco#13436)

* created an add current domain button to the cultures and hostnames screen

* removed unwanted space

(cherry picked from commit d86d298)
  • Loading branch information
prjseal authored and Alexander Tkacul committed Jan 6, 2023
1 parent 8ea0c13 commit 763e29d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
</area>
<area alias="assignDomain">
<key alias="permissionDenied">Permission denied.</key>
<key alias="addNew">Add new Domain</key>
<key alias="addNew">Add new domain</key>
<key alias="addCurrent">Add current domain</key>
<key alias="remove">remove</key>
<key alias="invalidNode">Invalid node.</key>
<key alias="invalidDomain">One or more domains have an invalid format.</key>
Expand Down
3 changes: 2 additions & 1 deletion src/Umbraco.Core/EmbeddedResources/Lang/en_us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
</area>
<area alias="assignDomain">
<key alias="permissionDenied">Permission denied.</key>
<key alias="addNew">Add new Domain</key>
<key alias="addNew">Add new domain</key>
<key alias="addCurrent">Add current domain</key>
<key alias="remove">remove</key>
<key alias="invalidNode">Invalid node.</key>
<key alias="invalidDomain">One or more domains have an invalid format.</key>
Expand Down

0 comments on commit 763e29d

Please sign in to comment.