|
|
@ -3,7 +3,7 @@
|
|
|
|
<label for="clicksendsms-login" class="form-label">API Username</label>
|
|
|
|
<label for="clicksendsms-login" class="form-label">API Username</label>
|
|
|
|
<div class="form-text">
|
|
|
|
<div class="form-text">
|
|
|
|
{{ $t("apiCredentials") }}
|
|
|
|
{{ $t("apiCredentials") }}
|
|
|
|
<a href="http://dashboard.clicksend.com/account/subaccounts" target="_blank">here</a>
|
|
|
|
<a href="http://dashboard.clicksend.com/account/subaccounts" target="_blank">{{ $t("here") }}</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<input id="clicksendsms-login" v-model="$parent.notification.clicksendsmsLogin" type="text" class="form-control" required>
|
|
|
|
<input id="clicksendsms-login" v-model="$parent.notification.clicksendsmsLogin" type="text" class="form-control" required>
|
|
|
|
<label for="clicksendsms-key" class="form-label">API Key</label>
|
|
|
|
<label for="clicksendsms-key" class="form-label">API Key</label>
|
|
|
|