mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Fix typo in ONLYSELECTTWO alert
This commit is contained in:
parent
07033548fc
commit
c043d070f7
@ -132,7 +132,7 @@
|
|||||||
else if(compare) {
|
else if(compare) {
|
||||||
// check if we have already selected more than two.
|
// check if we have already selected more than two.
|
||||||
if(selected.length > 1) {
|
if(selected.length > 1) {
|
||||||
return alert(ss.i18n._t('ONLYSELECTTWO', 'Can only compare two versions at at time.'));
|
return alert(ss.i18n._t('ONLYSELECTTWO', 'You can only compare two versions at this time.'));
|
||||||
}
|
}
|
||||||
|
|
||||||
this._select();
|
this._select();
|
||||||
|
Loading…
Reference in New Issue
Block a user