Browse Source

Change wording for OMEMO sessions last activity

pull/1021/head
Timothée Jaussoin 4 years ago
parent
commit
46c6456363
  1. 2
      app/widgets/Account/_account_fingerprints.tpl
  2. 2
      app/widgets/ChatOmemo/locales.ini
  3. 2
      app/widgets/ContactActions/_contactactions_drawer_fingerprints.tpl

2
app/widgets/Account/_account_fingerprints.tpl

@ -30,7 +30,7 @@
</span>
</p>
{if="isset($value->latest)"}
<p>{$c->__('omemo.last_message')}: {$value->latest|strtotime|prepareDate:true}</p>
<p>{$c->__('omemo.last_activity')}: {$value->latest|strtotime|prepareDate:true}</p>
{/if}
</div>
</li>

2
app/widgets/ChatOmemo/locales.ini

@ -11,5 +11,5 @@ encrypted_disabled = Encryption disabled
encrypted_loading = Send a message to build the encrypted session
enable_contact = Enabling OMEMO for the contact
disable_contact = Disabling OMEMO for the contact
last_message = Last message
last_activity = Last activity
sessions_built = %s sessions built

2
app/widgets/ContactActions/_contactactions_drawer_fingerprints.tpl

@ -35,7 +35,7 @@
</span>
</p>
{if="isset($value->latest)"}
<p>{$c->__('omemo.last_message')}: {$value->latest|strtotime|prepareDate:true}</p>
<p>{$c->__('omemo.last_activity')}: {$value->latest|strtotime|prepareDate:true}</p>
{/if}
</div>
</li>

Loading…
Cancel
Save