sharing: Remove placeholder strings from UI file

Those strings are set in the C file.
This commit is contained in:
Felipe Borges 2023-08-10 15:14:29 +02:00
parent f83352e1bc
commit 52ca3bbf14

View file

@ -85,7 +85,6 @@
<child>
<object class="GtkLabel" id="personal_file_sharing_label">
<property name="xalign">0</property>
<property name="label">File Sharing allows you to share your Public folder with others on your current network using: &lt;a href="dav://%s"&gt;dav://%s&lt;/a&gt;</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="max-width-chars">36</property>
@ -180,8 +179,6 @@
<child>
<object class="GtkLabel" id="remote_login_label">
<property name="xalign">0</property>
<property name="label">When remote login is enabled, remote users can connect using the Secure Shell command:
&lt;a href="ssh %s"&gt;ssh %s&lt;/a&gt;</property>
<property name="use_markup">True</property>
<property name="wrap">True</property>
<property name="max-width-chars">36</property>