Просмотр исходного кода

gui: Fix typo "recurr", again and for real (#7788)

André Colomb 4 лет назад
Родитель
Сommit
da0e5edbec
2 измененных файлов с 1 добавлено и 2 удалено
  1. 0 1
      gui/default/assets/lang/lang-en.json
  2. 1 1
      gui/default/index.html

+ 0 - 1
gui/default/assets/lang/lang-en.json

@@ -96,7 +96,6 @@
    "Discovery Failures": "Discovery Failures",
    "Dismiss": "Dismiss",
    "Do not add it to the ignore list, so this notification may recur.": "Do not add it to the ignore list, so this notification may recur.",
-   "Do not add it to the ignore list, so this notification may recurr.": "Do not add it to the ignore list, so this notification may recurr.",
    "Do not restore": "Do not restore",
    "Do not restore all": "Do not restore all",
    "Do you want to enable watching for changes for all your folders?": "Do you want to enable watching for changes for all your folders?",

+ 1 - 1
gui/default/index.html

@@ -209,7 +209,7 @@
               </div>
               <div class="panel-footer clearfix">
                 <div class="pull-right">
-                  <button type="button" class="btn btn-sm btn-default" ng-click="dismissPendingDevice(deviceID)" tooltip data-original-title="{{'Do not add it to the ignore list, so this notification may recurr.' | translate}}">
+                  <button type="button" class="btn btn-sm btn-default" ng-click="dismissPendingDevice(deviceID)" tooltip data-original-title="{{'Do not add it to the ignore list, so this notification may recur.' | translate}}">
                     <span class="far fa-clock"></span>&nbsp;<span translate>Dismiss</span>
                   </button>
                   <button type="button" class="btn btn-sm btn-success" ng-click="addDevice(deviceID, pendingDevice.name)">