From d43c5e6071d889002fb685ae26dd3d8086bfd085 Mon Sep 17 00:00:00 2001 From: Hardik Dharmani Date: Fri, 28 Apr 2023 17:41:14 +0530 Subject: [PATCH] tooltips: Convert edit notice tooltips to tippy. --- web/templates/edited_notice.hbs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/templates/edited_notice.hbs b/web/templates/edited_notice.hbs index 7e620905e6..7a0f6a58d7 100644 --- a/web/templates/edited_notice.hbs +++ b/web/templates/edited_notice.hbs @@ -1,13 +1,13 @@ {{#if msg/local_edit_timestamp}} -
+
{{t "SAVING" }}
{{else if moved}} -
+
{{t "MOVED" }}
{{else}} -
+
{{t "EDITED" }}
{{/if}}