mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fixed share instructions wording in template
This also removed all the existing translations from Transifex because the string changed.
This commit is contained in:
parent
9a387f91ec
commit
d18bb858e3
@ -266,7 +266,7 @@ en:
|
|||||||
ParameterLiveCheckbox: 'Check live site'
|
ParameterLiveCheckbox: 'Check live site'
|
||||||
REPEMPTY: 'The {title} report is empty.'
|
REPEMPTY: 'The {title} report is empty.'
|
||||||
SilverStripeNavigatorLink:
|
SilverStripeNavigatorLink:
|
||||||
ShareInstructions: 'To share a this to this page, copy and paste the link below.'
|
ShareInstructions: 'To share this page, copy and paste the link below.'
|
||||||
ShareLink: 'Share link'
|
ShareLink: 'Share link'
|
||||||
SilverStripeNavigatorLinkl:
|
SilverStripeNavigatorLinkl:
|
||||||
CloseLink: Close
|
CloseLink: Close
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
<div id="SilverStripeNavigatorLinkPopup">
|
<div id="SilverStripeNavigatorLinkPopup">
|
||||||
<a class="close"><% _t('SilverStripeNavigatorLinkl.CloseLink','Close') %></a>
|
<a class="close"><% _t('SilverStripeNavigatorLinkl.CloseLink','Close') %></a>
|
||||||
<p>
|
<p>
|
||||||
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share a this to this page, copy and paste the link below.') %></p>
|
<% _t('SilverStripeNavigatorLink.ShareInstructions','To share this page, copy and paste the link below.') %></p>
|
||||||
<input value="$Link" />
|
<input value="$Link" />
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user