Skip to content

Commit

Permalink
RT-15382 Textual changes (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbrag authored Dec 5, 2024
1 parent 28f9b90 commit d687e17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?php
// phpcs:ignoreFile

/**
* WHMCS Language File for RTR module additional domain fields
* English (en)
Expand Down
5 changes: 3 additions & 2 deletions modules/registrars/realtimeregister/lang/english.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@

$_LANG['rtr']['custom_handles']['please_wait'] = 'Please wait while we load the content..';
$_LANG['rtr']['custom_handles']['custom_properties'] = 'Custom contact handles';
$_LANG['rtr']['custom_handles']['info']
= 'Custom handle overrides for specific registries, the handles must exist at Realtime Register';
$_LANG['rtr']['custom_handles']['info'] = 'Custom handle overrides for specific registries, the handles must exist ' .
'at Realtime Register. To create a contact, go <a href="//dm.realtimeregister.com/app/contacts/create" ' .
'class="underlined">here</a>.';
$_LANG['rtr']['custom_handles']['close'] = 'Close';
$_LANG['rtr']['custom_handles']['save'] = 'Save';
$_LANG['rtr']['custom_handles']['error'] = 'Something went wrong, please try again after reviewing your data';
Expand Down
2 changes: 1 addition & 1 deletion modules/registrars/realtimeregister/src/ConfigArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public function __invoke(): array
'Description' => 'Optionally override the default contact handle for Tech.',
],
'contact_handles' => [
'FriendlyName' => "<br/>",
'FriendlyName' => "Registry specific default Admin, Billing and Tech contacts",
'Type' => 'none',
'Description' => '<button class="btn btn-xs info rtr-custom-properties" type="button"
data-toggle="modal" data-target="#propertiesModal">Contact Handles Override
Expand Down

0 comments on commit d687e17

Please sign in to comment.