Merge pull request #5047 from zbigniewz/4887-Mixed-terminology

Fixed mixed terminology for refreshing fields mapping
This commit is contained in:
Rashid Khan 2015-10-15 12:43:39 -07:00
commit 517bc93b9a
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
ng-if="refreshFields"
confirm-click="refreshFields()"
confirmation="This will reset the field popularity counters. Are you sure you want to reload your fields?"
tooltip="Reload field list"
tooltip="Refresh field list"
class="btn btn-warning">
<span class="sr-only">Reload field list</span>
<i aria-hidden="true" class="fa fa-refresh"></i>

View file

@ -43,7 +43,7 @@
class="fa fa-warning text-color-warning ng-scope doc-viewer-underscore"></i>
<i ng-if="!mapping[field] && field[0] !== '_' && !showArrayInObjectsWarning(doc, field)"
tooltip-placement="top"
tooltip="No cached mapping for this field. Refresh your mapping from the Settings > Indices page"
tooltip="No cached mapping for this field. Refresh field list from the Settings > Indices page"
class="fa fa-warning text-color-warning ng-scope doc-viewer-no-mapping"></i>
<i ng-if="showArrayInObjectsWarning(doc, field)"
tooltip-placement="top"