Skip to content

Commit 12ba1ea

Browse files
committed
Update license remove dialog text
1 parent ff13171 commit 12ba1ea

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config/areas/system/dialogs.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
'component' => 'k-remove-dialog',
6565
'props' => [
6666
'text' => I18n::translate('license.remove.text'),
67-
'size' => 'medium',
6867
'submitButton' => [
6968
'icon' => 'trash',
7069
'text' => I18n::translate('remove'),

i18n/translations/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
"license.code": "Code",
460460
"license.code.help": "You received your license code after the purchase via email. Please copy and paste it here.",
461461
"license.code.label": "Please enter your license code",
462-
"license.remove.text": "Are you sure you want to remove the license file? Your license will remain registered to this site, so that you can activate the site with this license again, if needed.",
462+
"license.remove.text": "Removing the license will delete the <code>.license</code> file from <code>site/config/</code>. You can then activate the site with another license key.",
463463
"license.status.active.info": "Includes new major versions until {date}",
464464
"license.status.active.label": "Valid license",
465465
"license.status.demo.info": "This is a demo installation",

0 commit comments

Comments
 (0)