File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9999 "error.content.lock.replace" : " The version is locked and cannot be replaced" ,
100100 "error.content.lock.update" : " The version is locked and cannot be updated" ,
101101
102+ "error.content.unlock.invalidVersion" : " Only the changes version can be unlocked" ,
103+
102104 "error.entries.max.plural" : " You must not add more than {max} entries" ,
103105 "error.entries.max.singular" : " You must not add more than one entry" ,
104106 "error.entries.min.plural" : " You must add at least {min} entries" ,
Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ public static function unlock(
153153
154154 if ($ version ->id ()->is ('changes ' ) === false ) {
155155 throw new LogicException (
156- message : 'Only the changes version can be unlocked '
156+ key : 'content.unlock.invalidVersion '
157157 );
158158 }
159159
You can’t perform that action at this time.
0 commit comments