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 98
98
"error.content.lock.replace" : " The version is locked and cannot be replaced" ,
99
99
"error.content.lock.update" : " The version is locked and cannot be updated" ,
100
100
101
+ "error.content.unlock.invalidVersion" : " Only the changes version can be unlocked" ,
102
+
101
103
"error.entries.max.plural" : " You must not add more than {max} entries" ,
102
104
"error.entries.max.singular" : " You must not add more than one entry" ,
103
105
"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(
153
153
154
154
if ($ version ->id ()->is ('changes ' ) === false ) {
155
155
throw new LogicException (
156
- message : 'Only the changes version can be unlocked '
156
+ key : 'content.unlock.invalidVersion '
157
157
);
158
158
}
159
159
You can’t perform that action at this time.
0 commit comments