Skip to content

Commit 9c44921

Browse files
author
Lukasz Borowiec
committed
#514: User sees content snapshot on Category page in Admin Panel #3 - Fix for translation
1 parent 04163da commit 9c44921

File tree

2 files changed

+2
-1
lines changed
  • app/code/Magento/PageBuilder

2 files changed

+2
-1
lines changed

app/code/Magento/PageBuilder/i18n/en_US.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Page,Page
1616
"Page with ID: %s doesn't exist","Page with ID: %s doesn't exist"
1717
"ID: %s","ID: %s"
1818
Condition,Condition
19+
Photo upload is available in full screen mode,Photo upload is available in full screen mode
1920
"This will change your Admin and storefront by:","This will change your Admin and storefront by:"
2021
"Removing PageBuilder's advanced content tools","Removing PageBuilder's advanced content tools"
2122
"from their assigned text fields and adding a basic text editor as replacement.","from their assigned text fields and adding a basic text editor as replacement."

app/code/Magento/PageBuilder/view/adminhtml/web/template/form/element/uploader/preview/image.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<ifnot args="$parent.accessibility()">
6666
<div class="image-uploader-preview-information">
6767
<h4 class="title" translate="'Preview Mode'"></h4>
68-
<p class="description" translate="'If you want to upload an image, run the full-screen mode'"></p>
68+
<p class="description" translate="'Photo upload is available in full screen mode'"></p>
6969
</div>
7070
</ifnot>
7171
</div>

0 commit comments

Comments
 (0)