Skip to content

Commit 447bbfd

Browse files
improve UX
1 parent 604358d commit 447bbfd

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

includes/admin/assets/css/bootstrap-select.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,4 +389,3 @@ select.selectpicker {
389389
width: 100%;
390390
float: none;
391391
}
392-
/* # sourceMappingURL=bootstrap-select.css.map */

includes/admin/assets/css/bootstrap.min.css

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/admin/assets/js/bootstrap.bundle.min.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/admin/assets/js/bootstrap.min.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

includes/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ public function text_efb($inp){
436436
"PEnterMessage" => $state ? $ac->text->PEnterMessage : __('Please enter a message','easy-form-builder'),
437437
"fileDeleted" => $state ? $ac->text->fileDeleted : __('Files are Deleted','easy-form-builder'),
438438
"activationNcorrect" => $state ? $ac->text->activationNcorrect : __('Your activation code is not Correct!','easy-form-builder'),
439-
"localizationM" => $state ? $ac->text->localizationM : __('You can localization the plugin in this path Panel >> Setting >> localization','easy-form-builder'),
439+
"localizationM" => $state ? $ac->text->localizationM : __('You can localize the plugin in this path Panel >> Setting >> localization','easy-form-builder'),
440440
"MMessageNSendEr" => $state ? $ac->text->MMessageNSendEr : __('Message was not sent! Please contact Admin, Settings Error','easy-form-builder'),
441441
"warningBootStrap" => $state && isset($ac->text->warningBootStrap) ? $ac->text->warningBootStrap : __('Your template base on Bootstrap so go to Panel >> Settings >> selected option: My template have used BootStrap framework >> Save','easy-form-builder'),
442442
"or" => $state && isset($ac->text->or)? $ac->text->or : __('OR','easy-form-builder'),

0 commit comments

Comments
 (0)