[fractal] invite: Improve wording on status pages



commit ac86979c0175c71e45fd4148f8c8fb0ee4720724
Author: Julian Sparber <julian sparber net>
Date:   Fri Sep 9 10:20:08 2022 +0200

    invite: Improve wording on status pages

 data/resources/ui/content-invite-subpage.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/data/resources/ui/content-invite-subpage.ui b/data/resources/ui/content-invite-subpage.ui
index b97a78499..2f0288b06 100644
--- a/data/resources/ui/content-invite-subpage.ui
+++ b/data/resources/ui/content-invite-subpage.ui
@@ -82,6 +82,7 @@
               <object class="AdwStatusPage" id="no_search_page">
                 <property name="vexpand">True</property>
                 <property name="icon-name">system-search-symbolic</property>
+                <property name="title" translatable="yes">Search</property>
                 <property name="description" translatable="yes">Search for users to invite them to this 
room.</property>
               </object>
             </child>
@@ -111,13 +112,15 @@
             <child>
               <object class="AdwStatusPage" id="no_matching_page">
                 <property name="icon-name">system-search-symbolic</property>
+                <property name="title" translatable="yes">No Users Found</property>
                 <property name="description" translatable="yes">No users matching the search were 
found.</property>
               </object>
             </child>
             <child>
               <object class="AdwStatusPage" id="error_page">
                 <property name="icon-name">dialog-error-symbolic</property>
-                <property name="description" translatable="yes">An error occurred while searching for 
matches</property>
+                <property name="title" translatable="yes">Error</property>
+                <property name="description" translatable="yes">An error occurred while searching for 
matches.</property>
               </object>
             </child>
             <child>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]