Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3a211c7

Browse files
yogeshsuhagiyarostyslav-hymon
authored andcommitted
Make proper sentence for confirm box
1 parent d5719d3 commit 3a211c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Reset,Reset
9393
"A token with consumer ID 0 does not exist","A token with consumer ID 0 does not exist"
9494
"The integration you selected asks you to approve access to the following:","The integration you selected asks you to approve access to the following:"
9595
"No permissions requested","No permissions requested"
96-
"Are you sure ?","Are you sure ?"
96+
"Are you sure?","Are you sure?"
9797
"Are you sure you want to delete this integration? You can't undo this action.","Are you sure you want to delete this integration? You can't undo this action."
9898
"Please setup or sign in into your 3rd party account to complete setup of this integration.","Please setup or sign in into your 3rd party account to complete setup of this integration."
9999
"Available APIs","Available APIs"

app/code/Magento/Integration/view/adminhtml/templates/integration/popup_container.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<div id="integration-delete-container"
5252
class="messages"
5353
style="display: none;"
54-
title="<?= /* @escapeNotVerified */ __('Are you sure ?') ?>">
54+
title="<?= /* @escapeNotVerified */ __('Are you sure?') ?>">
5555
<div class="message message-notice notice">
5656
<div>
5757
<?= /* @escapeNotVerified */ __("Are you sure you want to delete this integration? You can't undo this action.") ?>

0 commit comments

Comments
 (0)