Add period to the end of upgrade notice

This commit is contained in:
Andrew Morgan 2019-04-11 10:55:53 +01:00
parent b8ffd0fca2
commit b3946c7766
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ export const CommandMap = {
<p>
{_t(
"Please confirm that you'd like to go forward with upgrading this room " +
"from <oldVersion /> to <newVersion />",
"from <oldVersion /> to <newVersion />.",
{},
{
oldVersion: () => <code>{room ? room.getVersion() : "1"}</code>,