mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 01:56:19 +00:00
initialized Devices Page
This commit is contained in:
@ -5,6 +5,8 @@ class StringsManager {
|
||||
static const noInternetConnection = 'No internet connection';
|
||||
|
||||
static const dashboard = 'Dashboard';
|
||||
static const devices = 'Devices';
|
||||
static const wizard = 'Wizard';
|
||||
static const active = 'Active';
|
||||
static const current = 'Current';
|
||||
static const frequency = 'Frequency';
|
||||
@ -14,4 +16,6 @@ class StringsManager {
|
||||
static const units = 'Units';
|
||||
static const emissions = 'Emissions';
|
||||
static const reductions = 'Reductions';
|
||||
static const winter = 'Winter';
|
||||
static const summer = 'Summer';
|
||||
}
|
||||
|
Reference in New Issue
Block a user