Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3490727
D8065.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
853 B
Referenced Files
None
Subscribers
None
D8065.diff
View Options
diff --git a/native/avatars/avatar-hooks.js b/native/avatars/avatar-hooks.js
--- a/native/avatars/avatar-hooks.js
+++ b/native/avatars/avatar-hooks.js
@@ -197,15 +197,15 @@
const showAvatarActionSheet = React.useCallback(() => {
const texts = options.map((option: ShowAvatarActionSheetOptions) => {
if (option.id === 'emoji') {
- return 'Use Emoji';
+ return 'Select emoji';
} else if (option.id === 'image') {
return 'Select image';
} else if (option.id === 'camera') {
- return 'Camera';
+ return 'Open camera';
} else if (option.id === 'ens') {
- return 'Use ENS Avatar';
+ return 'Use ENS avatar';
} else if (option.id === 'remove') {
- return 'Clear avatar';
+ return 'Reset to default';
} else {
return 'Cancel';
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 19, 5:20 PM (21 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2678119
Default Alt Text
D8065.diff (853 B)
Attached To
Mode
D8065: [native] Rename avatar action sheet actions
Attached
Detach File
Event Timeline
Log In to Comment