refactor
This commit is contained in:
parent
eef61bfd51
commit
ebedb64237
4 changed files with 5 additions and 4 deletions
|
|
@ -34,13 +34,13 @@
|
|||
</span>
|
||||
</p>
|
||||
|
||||
<p translate class="size-14 text-gray" ng-show="index.needsBackup" >
|
||||
<p class="size-14 text-gray" ng-show="index.needsBackup" >
|
||||
<span translate>
|
||||
Need to do backup
|
||||
</span>
|
||||
</p>
|
||||
|
||||
<button class="button round expand warning" ng-disabled="index.needsBackup" ng-click="preferences.delete()" translate>
|
||||
<button class="button round expand warning" ng-disabled="index.needsBackup" ng-click="preferences.delete()">
|
||||
<i class="fi-trash"></i>
|
||||
<span translate>
|
||||
DELETE WORDS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue