Skip to content

Commit b2359dc

Browse files
digitalfishpondmaciaszczykm
authored andcommitted
Service card pending icon tooltip fixed (#933)
1 parent e87301e commit b2359dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/frontend/servicelist/servicecardlist.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<kd-resource-card-status layout="row">
3232
<md-icon class="material-icons" ng-if="::$ctrl.isPending(service)">
3333
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>
3535
</md-icon>
3636
<md-icon class="material-icons kd-success" ng-if="::$ctrl.isSuccess(service)">
3737
check_circle

src/app/frontend/servicelist/servicecardlist_component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,6 @@ const i18n = {
105105
/** @export {string} @desc Label 'External endpoints' which appears as a column label in the
106106
table of services (service list view). */
107107
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 */
109109
MSG_SERVICE_IS_PENDING_TOOLTIP: goog.getMsg('This service is in a pending state.'),
110110
};

0 commit comments

Comments
 (0)