Support for retry when sending media
This commit is contained in:
parent
881270f149
commit
ce6398685f
7 changed files with 69 additions and 34 deletions
5
src/assets/icons/ic_arrow_narrow.vue
Normal file
5
src/assets/icons/ic_arrow_narrow.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M6 10V2M6 2L3 5M6 2L9 5" stroke="white" stroke-linecap="round" stroke-linejoin="round" />
|
||||
</svg>
|
||||
</template>
|
||||
|
|
@ -21,7 +21,8 @@
|
|||
"close": "close",
|
||||
"notify": "Notify",
|
||||
"different_browser_title": "Try different browser",
|
||||
"different_browser_content": "Some features may break. Copy and open link in a different browser."
|
||||
"different_browser_content": "Some features may break. Copy and open link in a different browser.",
|
||||
"retry": "Retry"
|
||||
},
|
||||
"menu": {
|
||||
"start_private_chat": "Direct Message with this user",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue