note name -> note url

This commit is contained in:
Khalid Huseynov 2016-10-13 14:26:58 +09:00
parent 22bd851047
commit c01b9828ff

View file

@ -57,7 +57,7 @@ limitations under the License.
<div class="form-group slide-right" ng-show="note.step2">
<label for="noteImportUrl">URL</label>
<input placeholder="Note name" type="text" class="form-control" id="noteImportUrl"
<input placeholder="Note url" type="text" class="form-control" id="noteImportUrl"
ng-model="note.importUrl" />
</div>