@@ -1207,15 +1207,15 @@ window.addEventListener("load", async () => {
12071207 < i class ="material-icons "> add</ i >
12081208 </ div >
12091209 < span id ="add-server-tooltip " style ="display: none "
1210- > ${ t . __ ( "Add Organization " ) } </ span
1210+ > ${ t . __ ( "Add organization " ) } </ span
12111211 >
12121212 </ div >
12131213 </ div >
12141214 < div id ="actions-container ">
1215- < div class ="action-button " id ="dnd -action ">
1216- < i class ="material-icons md-48 "> notifications </ i >
1217- < span id ="dnd -tooltip " style ="display: none "
1218- > ${ t . __ ( "Do Not Disturb " ) } </ span
1215+ < div class ="action-button disable " id ="back -action ">
1216+ < i class ="material-icons md-48 "> subdirectory_arrow_left </ i >
1217+ < span id ="back -tooltip " style ="display: none "
1218+ > ${ t . __ ( "Go back " ) } </ span
12191219 >
12201220 </ div >
12211221 < div class ="action-button hidden " id ="reload-action ">
@@ -1230,10 +1230,10 @@ window.addEventListener("load", async () => {
12301230 > ${ t . __ ( "Loading" ) } </ span
12311231 >
12321232 </ div >
1233- < div class ="action-button disable " id ="back -action ">
1234- < i class ="material-icons md-48 "> arrow_back </ i >
1235- < span id ="back -tooltip " style ="display: none "
1236- > ${ t . __ ( "Go Back " ) } </ span
1233+ < div class ="action-button " id ="dnd -action ">
1234+ < i class ="material-icons md-48 "> notifications </ i >
1235+ < span id ="dnd -tooltip " style ="display: none "
1236+ > ${ t . __ ( "Do Not Disturb " ) } </ span
12371237 >
12381238 </ div >
12391239 < div class ="action-button " id ="settings-action ">
0 commit comments