mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
Fix typo in ONLYSELECTTWO alert
This commit is contained in:
parent
07033548fc
commit
c043d070f7
@ -132,7 +132,7 @@
|
||||
else if(compare) {
|
||||
// check if we have already selected more than two.
|
||||
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user