We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6bd2d7 commit b68c6b3Copy full SHA for b68c6b3
web/settings.html
@@ -131,7 +131,7 @@
131
<input type="text" placeholder="+00000" ng-model="mega.SMS.From" class="form-control">
132
<br>
133
<label>Country prefix to prepend to each contact's phone number.</label>
134
- <input type="text" placeholder="..." ng-model="mega.SMS.CountryCode" class="form-control">
+ <input type="text" placeholder="+000" ng-model="mega.SMS.CountryCode" class="form-control">
135
136
<button ng-click="updateTw()" ng-disabled="loading" class="mdc-button mdc-button--raised">Save</button>
137
</div>
0 commit comments