Fix missing full stop on translation key

pull/21833/head
David Baker 2017-05-26 13:19:46 +01:00
parent bb344740dd
commit e3e848d09e
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ module.exports = React.createClass({
title: _t("Sign out"),
description:
<div>
{ _t("For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping") }.
{ _t("For security, logging out will delete any end-to-end encryption keys from this browser. If you want to be able to decrypt your conversation history from future Riot sessions, please export your room keys for safe-keeping.") }.
</div>,
button: _t("Sign out"),
extraButtons: [