From 4b711716f2152fbd188d764692e930ba3f691035 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Fri, 29 Jan 2021 08:53:25 -0800 Subject: [PATCH] Improve plugin ready message Summary: Minor change. Reviewed By: mweststrate Differential Revision: D26129625 fbshipit-source-id: 2b823bb34314b7ff1b84eb1ae708733b7dcc9881 --- desktop/app/src/PluginContainer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/app/src/PluginContainer.tsx b/desktop/app/src/PluginContainer.tsx index 32eee1b58..d489958e6 100644 --- a/desktop/app/src/PluginContainer.tsx +++ b/desktop/app/src/PluginContainer.tsx @@ -498,9 +498,9 @@ class PluginContainer extends PureComponent { message={ Plugin "{activePlugin.title}" v - {latestInstalledVersion?.version} downloaded and ready to + {latestInstalledVersion?.version} is downloaded and ready to install. Reload to - start using new version. + start using the new version. } type="info"