Skip to content

Commit cf40b90

Browse files
committed
update styling in rollback text - removes stray comma, slight change to wording
1 parent d131df1 commit cf40b90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/Umbraco.Web.UI.Client/src/views/common/infiniteeditors/rollback/rollback.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ <h5><localize key="rollback_rollbackTo">Rollback to</localize></h5>
4949
<h5><localize key="rollback_changes">Changes</localize></h5>
5050
<small style="margin-bottom: 15px; display: block;">
5151
<localize key="rollback_diffHelp">
52-
This shows the differences between the current version and the selected version<br /><del>Red</del> text will not be
53-
shown in the selected version. , <ins>green means added</ins>
52+
This shows the differences between the current version and the selected version<br /><del>Red text</del> will be
53+
removed in the selected version, <ins>green text</ins> will be added
5454
</localize>
5555
</small>
5656

src/Umbraco.Web.UI/Umbraco/config/lang/en.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
13721372
<key alias="changes">Changes</key>
13731373
<key alias="created">Created</key>
13741374
<key alias="currentVersion">Current version</key>
1375-
<key alias="diffHelp"><![CDATA[This shows the differences between the current version and the selected version<br /><del>Red</del> text will not be shown in the selected version. , <ins>green means added</ins>]]></key>
1375+
<key alias="diffHelp"><![CDATA[This shows the differences between the current version and the selected version<br /><del>Red text</del> will be removed in the selected version, <ins>green text</ins> will be added]]></key>
13761376
<key alias="documentRolledBack">Document has been rolled back</key>
13771377
<key alias="headline">Select a version to compare with the current version</key>
13781378
<key alias="htmlHelp">This displays the selected version as HTML, if you wish to see the difference between 2 versions at the same time, use the diff view</key>

src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ To manage your website, simply open the Umbraco backoffice and start adding cont
13851385
<key alias="created">Created</key>
13861386
<key alias="headline">Select a version to compare with the current version</key>
13871387
<key alias="currentVersion">Current version</key>
1388-
<key alias="diffHelp"><![CDATA[This shows the differences between the current version and the selected version<br /><del>Red</del> text will not be shown in the selected version. , <ins>green means added</ins>]]></key>
1388+
<key alias="diffHelp"><![CDATA[This shows the differences between the current version and the selected version<br /><del>Red text</del> will be removed in the selected version, <ins>green text</ins> will be added]]></key>
13891389
<key alias="documentRolledBack">Document has been rolled back</key>
13901390
<key alias="htmlHelp">This displays the selected version as HTML, if you wish to see the difference between 2 versions at the same time, use the diff view</key>
13911391
<key alias="rollbackTo">Rollback to</key>

0 commit comments

Comments
 (0)