Change tab title when loading a team

This commit is contained in:
yflory
2019-10-04 17:57:46 +02:00
parent db2f233c44
commit 2385f65869
3 changed files with 11 additions and 2 deletions
+2 -1
View File
@@ -1217,5 +1217,6 @@
"team_deleteConfirm": "You are about to delete all of an entire team's data. This may impact other team members access to their data. This cannot be undone. Are you sure you want to proceed?",
"team_pendingOwner": "(pending)",
"team_pendingOwnerTitle": "This administrator has not accepted the ownership offer yet.",
"team_demoteMeConfirm": "You are about to give up your rights. You will not be able to undo this action. Are you sure?"
"team_demoteMeConfirm": "You are about to give up your rights. You will not be able to undo this action. Are you sure?",
"team_title": "Team: {0}"
}