Page MenuHomePhorge

D8065.1765145441.diff
No OneTemporary

Size
853 B
Referenced Files
None
Subscribers
None

D8065.1765145441.diff

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

Mime Type
text/plain
Expires
Sun, Dec 7, 10:10 PM (13 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5846158
Default Alt Text
D8065.1765145441.diff (853 B)

Event Timeline