Show notifications when a user's profile name changes

This commit is contained in:
Scott Nonnenberg 2020-07-29 16:20:05 -07:00
parent 2f015863ca
commit d75eee015f
44 changed files with 749 additions and 194 deletions

View file

@ -71,10 +71,10 @@ export const UpdateDialog = ({
<h3>{i18n('cannotUpdate')}</h3>
<span>
<Intl
components={[
<strong key="app">Signal.app</strong>,
<strong key="folder">/Applications</strong>,
]}
components={{
app: <strong key="app">Signal.app</strong>,
folder: <strong key="folder">/Applications</strong>,
}}
i18n={i18n}
id="readOnlyVolume"
/>