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'
|
||||
REPEMPTY: 'The {title} report is empty.'
|
||||
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'
|
||||
SilverStripeNavigatorLinkl:
|
||||
CloseLink: Close
|
||||
|
@ -5,6 +5,6 @@
|
||||
<div id="SilverStripeNavigatorLinkPopup">
|
||||
<a class="close"><% _t('SilverStripeNavigatorLinkl.CloseLink','Close') %></a>
|
||||
<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" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user