add ios social-app
This commit is contained in:
15
ios/patching/026-social-app-ios-serverinput-label.patch
Normal file
15
ios/patching/026-social-app-ios-serverinput-label.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/src/components/dialogs/ServerInput.tsx b/src/components/dialogs/ServerInput.tsx
|
||||
--- a/src/components/dialogs/ServerInput.tsx
|
||||
+++ b/src/components/dialogs/ServerInput.tsx
|
||||
@@ -144,9 +144,9 @@
|
||||
<SegmentedControl.Item
|
||||
testID="bskyServiceSelectBtn"
|
||||
value={BSKY_SERVICE}
|
||||
- label={_(msg`Bluesky`)}>
|
||||
+ label={_(msg`syu.is`)}>
|
||||
<SegmentedControl.ItemText>
|
||||
- {_(msg`Bluesky`)}
|
||||
+ {_(msg`syu.is`)}
|
||||
</SegmentedControl.ItemText>
|
||||
</SegmentedControl.Item>
|
||||
<SegmentedControl.Item
|
||||
Reference in New Issue
Block a user