Skip to content

Commit fb8a203

Browse files
authored
change disabled layout translation (#5131)
1 parent 8914039 commit fb8a203

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/@apostrophecms/i18n/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"duplicateOf": "Duplicate of",
176176
"edit": "Edit",
177177
"editColumns": "Edit Columns",
178-
"editColumnsDisabledTinyScreen": "Edit Columns is disabled on tiny screen",
178+
"editColumnsDisabledSmallScreen": "Disabled on small screens",
179179
"editContent": "Edit Content",
180180
"editImageAdjustments": "Image Adjustments",
181181
"editImageRelationshipTitle": "Adjust Image",

modules/@apostrophecms/layout-widget/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = {
3939
disabledIfProps: {
4040
tinyScreen: true
4141
},
42-
disabledTooltip: 'apostrophe:editColumnsDisabledTinyScreen'
42+
disabledTooltip: 'apostrophe:editColumnsDisabledSmallScreen'
4343
}
4444
],
4545
action: 'apos-switch-layout-mode',

0 commit comments

Comments
 (0)