Skip to content

Commit

Permalink
Fixed prefs small title bug) 💩
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolONEOfficial committed Mar 20, 2019
1 parent 6877466 commit cd155de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prefs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class Prefs extends StatelessWidget {
stream: roomLocationStyleBloc.stream,
builder: (ctx, snapshot) => WidgetTemplates.buildPreferenceButton(
ctx,
title: AppLocalizations.of(ctx).widgetTranslucentTitle,
title: AppLocalizations.of(ctx).roomLocationStyleText,
description: snapshot.data == RoomLocationStyle.Icon
? AppLocalizations.of(ctx).roomLocationStyleDescriptionIcon
: AppLocalizations.of(ctx).roomLocationStyleDescriptionText,
Expand Down

0 comments on commit cd155de

Please sign in to comment.