Skip to content

Commit dc89ef6

Browse files
Update mobile/screens/GroupSettingsScreen.js
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 71b4a51 commit dc89ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mobile/screens/GroupSettingsScreen.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ const GroupSettingsScreen = ({ route, navigation }) => {
335335
disabled={!isAdmin}
336336
icon="image"
337337
style={{ marginRight: 12 }}
338-
accessibilityLabel="Change group image"
338+
accessibilityLabel={pickedImage ? "Change group image" : "Upload group image"}
339339
accessibilityRole="button"
340340
>
341341
{pickedImage ? "Change Image" : "Upload Image"}

0 commit comments

Comments
 (0)