From 9a52a8761cb017cced66ab3025be3d5cf2c26a42 Mon Sep 17 00:00:00 2001 From: Humberto Evans Date: Fri, 16 Feb 2024 15:08:59 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Frank Elsinga --- src/components/notifications/HeiiOnCall.vue | 4 +++- src/lang/en.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/notifications/HeiiOnCall.vue b/src/components/notifications/HeiiOnCall.vue index 7ae516c7..a61c1c32 100644 --- a/src/components/notifications/HeiiOnCall.vue +++ b/src/components/notifications/HeiiOnCall.vue @@ -18,7 +18,9 @@ > - {{ $t("documentationOf", ["Heii On-Call"]) }} + diff --git a/src/lang/en.json b/src/lang/en.json index c0fd304a..9e495a68 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -884,6 +884,6 @@ "GrafanaOncallUrl": "Grafana Oncall URL", "Browser Screenshot": "Browser Screenshot", "What is a Remote Browser?": "What is a Remote Browser?", - "wayToGetHeiiOnCallDetails": "How to get the Tigger ID and API Keys is explained in the {0}", + "wayToGetHeiiOnCallDetails": "How to get the Tigger ID and API Keys is explained in the {documentation}", "documentationOf": "{0} Documentation" }