We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8914039 commit fb8a203Copy full SHA for fb8a203
modules/@apostrophecms/i18n/i18n/en.json
@@ -175,7 +175,7 @@
175
"duplicateOf": "Duplicate of",
176
"edit": "Edit",
177
"editColumns": "Edit Columns",
178
- "editColumnsDisabledTinyScreen": "Edit Columns is disabled on tiny screen",
+ "editColumnsDisabledSmallScreen": "Disabled on small screens",
179
"editContent": "Edit Content",
180
"editImageAdjustments": "Image Adjustments",
181
"editImageRelationshipTitle": "Adjust Image",
modules/@apostrophecms/layout-widget/index.js
@@ -39,7 +39,7 @@ module.exports = {
39
disabledIfProps: {
40
tinyScreen: true
41
},
42
- disabledTooltip: 'apostrophe:editColumnsDisabledTinyScreen'
+ disabledTooltip: 'apostrophe:editColumnsDisabledSmallScreen'
43
}
44
],
45
action: 'apos-switch-layout-mode',
0 commit comments