mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-10 19:03:12 +00:00
fix: Wrong translation key
This commit is contained in:
parent
751de80840
commit
c24e27ce99
|
@ -172,7 +172,7 @@ class _ServerLogsScreenState extends State<ServerLogsScreen> {
|
|||
),
|
||||
);
|
||||
}
|
||||
return Center(child: Text('server.no_logs'.tr()));
|
||||
return Center(child: Text('server.logs_empty'.tr()));
|
||||
},
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue