Merge pull request #3 from corite/fediverse-link
chore: change twitter to fedi link
This commit is contained in:
commit
7a61d9f952
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="15dp"
|
||||
android:autoLink="web"
|
||||
android:text="@string/twitter"/>
|
||||
android:text="@string/fediverse"/>
|
||||
|
||||
<!--<CheckBox android:id="@+id/check5g"
|
||||
android:layout_width="wrap_content"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<string name="Password">password</string>
|
||||
<string name="Logon">Create connection entry</string>
|
||||
|
||||
<string name="twitter">https://twitter.com/c3noc</string>
|
||||
<string name="fediverse">https://chaos.social/@c3noc</string>
|
||||
|
||||
<string name="c5ghz">This device supports the 5GHz band</string>
|
||||
<string name="l5ghz">(Unfortunately, autodetecting 5GHz support is broken…)</string>
|
||||
|
|
Loading…
Reference in a new issue