Improve plugin ready message

Summary: Minor change.

Reviewed By: mweststrate

Differential Revision: D26129625

fbshipit-source-id: 2b823bb34314b7ff1b84eb1ae708733b7dcc9881
This commit is contained in:
Pascal Hartig
2021-01-29 08:53:25 -08:00
committed by Facebook GitHub Bot
parent c41a2a3605
commit 4b711716f2

View File

@@ -498,9 +498,9 @@ class PluginContainer extends PureComponent<Props, State> {
message={ message={
<Text> <Text>
Plugin "{activePlugin.title}" v Plugin "{activePlugin.title}" v
{latestInstalledVersion?.version} downloaded and ready to {latestInstalledVersion?.version} is downloaded and ready to
install. <Link onClick={this.reloadPlugin}>Reload</Link> to install. <Link onClick={this.reloadPlugin}>Reload</Link> to
start using new version. start using the new version.
</Text> </Text>
} }
type="info" type="info"