From 6153c81aa42715cca24aa7ce514e478ae032f7f0 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Sun, 2 May 2021 17:14:58 +0300 Subject: [PATCH] small fix --- lib/screens/doctor/doctor_reply_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/doctor/doctor_reply_screen.dart b/lib/screens/doctor/doctor_reply_screen.dart index dcbe9667..f522561f 100644 --- a/lib/screens/doctor/doctor_reply_screen.dart +++ b/lib/screens/doctor/doctor_reply_screen.dart @@ -34,7 +34,7 @@ class DoctorReplyScreen extends StatelessWidget { }, child: AppScaffold( baseViewModel: model, - appBarTitle: "ghgh",//TranslationBase.of(context).replay2, + appBarTitle: TranslationBase.of(context).replay2, isShowAppBar: false, body: model.listDoctorWorkingHoursTable.isEmpty ? DrAppEmbeddedError(error: TranslationBase.of(context).noItem)