aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contactsinteraction/appinfo
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-09-21 17:44:32 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 21:06:30 +0100
commit839ddaa3547bb0042b6225edf2df7bff1831cdd5 (patch)
tree353d49dd856548ca243bf1b9e15274372bbc518b /apps/contactsinteraction/appinfo
parentb63abdae8c1708693addf1dc3b2f862131e0299d (diff)
downloadnextcloud-server-839ddaa3547bb0042b6225edf2df7bff1831cdd5.tar.gz
nextcloud-server-839ddaa3547bb0042b6225edf2df7bff1831cdd5.zip
feat: rename users to account or person
Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction/appinfo')
-rw-r--r--apps/contactsinteraction/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/contactsinteraction/appinfo/info.xml b/apps/contactsinteraction/appinfo/info.xml
index 0760d9b3626..4edaf402e08 100644
--- a/apps/contactsinteraction/appinfo/info.xml
+++ b/apps/contactsinteraction/appinfo/info.xml
@@ -3,8 +3,8 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>contactsinteraction</id>
<name>Contacts Interaction</name>
- <summary>Manages interaction between users and contacts</summary>
- <description>Collect data about user and contacts interactions and provide an address book for the data</description>
+ <summary>Manages interaction between accounts and contacts</summary>
+ <description>Collect data about accounts and contacts interactions and provide an address book for the data</description>
<version>1.10.0</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>