mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #923 from axllent/master
Fix typo in ONLYSELECTTWO alert
This commit is contained in:
commit
c6082827dc
@ -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…
Reference in New Issue
Block a user