Skip to content

Commit d85bb39

Browse files
committed
Update DynamicDialogFactory.cs
1 parent a40b70b commit d85bb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Helpers/Dialog/DynamicDialogFactory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public static async Task ShowFor_CannotCloneRepo(string exception)
429429
{
430430
var dialog = new DynamicDialog(new DynamicDialogViewModel()
431431
{
432-
TitleText = "CannotCloneRepoTitle".GetLocalizedResource(),
432+
TitleText = Strings.CannotCloneRepoTitle.GetLocalizedResource(),
433433
SubtitleText = exception,
434434
PrimaryButtonText = Strings.OK.GetLocalizedResource(),
435435
DynamicButtons = DynamicDialogButtons.Primary

0 commit comments

Comments
 (0)