Change 'Space analytics page' to 'Space analytics' (#3759)
This commit is contained in:
parent
3fcf3845d8
commit
4dcc4e6d13
2 changed files with 1 additions and 2 deletions
|
|
@ -5093,7 +5093,6 @@
|
|||
"errorFetchingActivity": "Failed to fetch activity",
|
||||
"check": "Check",
|
||||
"unableToFindRoom": "No chat or space found with that code. Please try again.",
|
||||
"spaceAnalyticsPage": "Space analytics page",
|
||||
"numCompletedActivities": "Number of completed activities",
|
||||
"viewingAnalytics": "Viewing {visible}/{users} Analytics",
|
||||
"@viewingAnalytics": {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ class SpaceAnalyticsView extends StatelessWidget {
|
|||
final theme = Theme.of(context);
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(L10n.of(context).spaceAnalyticsPage),
|
||||
title: Text(L10n.of(context).spaceAnalytics),
|
||||
),
|
||||
body: LayoutBuilder(
|
||||
builder: (context, constraints) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue