File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/app/frontend/servicelist Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 31
31
< kd-resource-card-status layout ="row ">
32
32
< md-icon class ="material-icons " ng-if ="::$ctrl.isPending(service) ">
33
33
timelapse
34
- < md-tooltip md-direction ="right "> {{::$ctrl.i18n.MSG_POD_IS_PENDING_TOOLTIP }}</ md-tooltip >
34
+ < md-tooltip md-direction ="right "> {{::$ctrl.i18n.MSG_SERVICE_IS_PENDING_TOOLTIP }}</ md-tooltip >
35
35
</ md-icon >
36
36
< md-icon class ="material-icons kd-success " ng-if ="::$ctrl.isSuccess(service) ">
37
37
check_circle
Original file line number Diff line number Diff line change @@ -105,6 +105,6 @@ const i18n = {
105
105
/** @export {string} @desc Label 'External endpoints' which appears as a column label in the
106
106
table of services (service list view). */
107
107
MSG_SERVICE_LIST_EXTERNAL_ENDPOINTS_LABEL : goog . getMsg ( 'External endpoints' ) ,
108
- /** @export {string} @desc tooltip for pending pod card icon */
108
+ /** @export {string} @desc tooltip for pending service card icon */
109
109
MSG_SERVICE_IS_PENDING_TOOLTIP : goog . getMsg ( 'This service is in a pending state.' ) ,
110
110
} ;
You can’t perform that action at this time.
0 commit comments