Skip to content
This repository has been archived by the owner on Jan 31, 2021. It is now read-only.

Commit

Permalink
Update adminactionserver.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentalstra committed May 16, 2019
1 parent 88c4fad commit 71738f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/page/admin/adminactionserver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ class _AdminActionServerPageState extends State<AdminActionServerPage> {
children: <Widget>[
Text(
DemoLocalizations.of(context)
.trans('Admin_ActionServer_unsuspend_server'),
.trans('admin_actionserver_unsuspend_server'),
style: TextStyle(
color: globals.isDarkTheme
? Colors.white
Expand Down

0 comments on commit 71738f0

Please sign in to comment.