Add period to the end of upgrade notice
This commit is contained in:
parent
b8ffd0fca2
commit
b3946c7766
2 changed files with 2 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue