mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 14:05:04 +08:00
rename welcome page to home
This commit is contained in:
parent
22a4325ca3
commit
bc0eb4294c
@ -23,7 +23,7 @@ const HomeButton = function(props) {
|
|||||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||||
return (
|
return (
|
||||||
<ActionButton action="view_home_page"
|
<ActionButton action="view_home_page"
|
||||||
label={ _t("Welcome page") }
|
label={ _t("Home") }
|
||||||
iconPath="img/icons-home.svg"
|
iconPath="img/icons-home.svg"
|
||||||
size={props.size}
|
size={props.size}
|
||||||
tooltip={props.tooltip}
|
tooltip={props.tooltip}
|
||||||
|
@ -325,6 +325,7 @@
|
|||||||
"Hide read receipts": "Hide read receipts",
|
"Hide read receipts": "Hide read receipts",
|
||||||
"Hide Text Formatting Toolbar": "Hide Text Formatting Toolbar",
|
"Hide Text Formatting Toolbar": "Hide Text Formatting Toolbar",
|
||||||
"Historical": "Historical",
|
"Historical": "Historical",
|
||||||
|
"Home": "Home",
|
||||||
"Homeserver is": "Homeserver is",
|
"Homeserver is": "Homeserver is",
|
||||||
"Identity Server is": "Identity Server is",
|
"Identity Server is": "Identity Server is",
|
||||||
"I have verified my email address": "I have verified my email address",
|
"I have verified my email address": "I have verified my email address",
|
||||||
|
Loading…
Reference in New Issue
Block a user