Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saschadube committed Oct 8, 2015
1 parent ec9aa48 commit e7bf5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
### Added
- Site tree
- New default theme
- New admin panel
- Data-reactive components with Vue.js
- Package management using Composer

Expand Down
2 changes: 1 addition & 1 deletion app/installer/views/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<label for="form-sitename" class="uk-form-label">{{ 'Site Title' | trans }}</label>
<div class="uk-form-controls">
<input id="form-sitename" class="uk-width-1-1" type="text" name="name" v-model="option['system/site'].title" v-validate="required">
<p class="uk-form-help-block uk-text-danger" v-show="formSite.name.invalid">{{ 'Site name cannot be blank.' | trans }}</p>
<p class="uk-form-help-block uk-text-danger" v-show="formSite.name.invalid">{{ 'Site title cannot be blank.' | trans }}</p>
</div>
</div>

Expand Down

0 comments on commit e7bf5f7

Please sign in to comment.