diff --git a/src/components/notifications/SMSPlanet.vue b/src/components/notifications/SMSPlanet.vue index da2e15361..ea9a5ed38 100644 --- a/src/components/notifications/SMSPlanet.vue +++ b/src/components/notifications/SMSPlanet.vue @@ -3,14 +3,16 @@ - {{ $t("here") }} +
- +
- + +
{{ $t("smsplanetNeedToApproveName") }}
diff --git a/src/lang/en.json b/src/lang/en.json index 190e32c10..b53fa1350 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -1070,7 +1070,9 @@ "Template Format": "Template Format", "Font Twemoji by Twitter licensed under": "Font Twemoji by Twitter licensed under", "smsplanetApiToken": "Token for the SMSPlanet API", - "smsplanetApiDocs": "Detailed information on obtaining the API token can be found in the documentation available at {0}.", - "smsplanetPhoneNumber": "Phone numbers", - "smsplanetSenderName": "Sender name (approved in the client panel)" + "smsplanetApiDocs": "Detailed information on obtaining API tokens can be found in {the_smsplanet_documentation}.", + "the smsplanet documentation": "the smsplanet documentation", + "Phone numbers": "Phone numbers", + "Sender name": "Sender name", + "smsplanetNeedToApproveName": "Needs to be approved in the client panel" }