Change 'Space analytics page' to 'Space analytics' (#3759)

This commit is contained in:
Kelrap 2025-08-15 13:39:06 -04:00 committed by GitHub
parent 3fcf3845d8
commit 4dcc4e6d13
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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": {

View file

@ -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) {