Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32212971
D8065.1765145441.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
853 B
Referenced Files
None
Subscribers
None
D8065.1765145441.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
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)
Attached To
Mode
D8065: [native] Rename avatar action sheet actions
Attached
Detach File
Event Timeline
Log In to Comment