From 68f2c5a59859fe3a986a398a46ab5729fd733472 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 22 Mar 2018 12:43:23 -0400 Subject: [PATCH] Add tooltip for recipes button I'm not sure if this is how I'm supposed to do this, please correct me if I am in error. --- src/_locales/en/messages.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json index b007b4b..d556563 100644 --- a/src/_locales/en/messages.json +++ b/src/_locales/en/messages.json @@ -111,6 +111,10 @@ "message": "Revert temporary changes for this scope", "description": "Tool tip for the revert local permission button" }, + "matrixRecipesButtonTip" : { + "message": "Available recipes for this site", + "description": "Tool tip for the recipes button" + }, "matrixReloadButton" : { "message": "Reload the page. \nPress Shift to bypass the browser cache.", "description": "Tool tip for the reload button"