Skip to content

Commit

Permalink
Localizations coming soon
Browse files Browse the repository at this point in the history
Update to 0.2.0 version
Will add Localizations support (with external deb file)
Because I think it's optional
  • Loading branch information
powenn committed Aug 5, 2022
1 parent b586997 commit ff73f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion permasigneriOS/Views/SignView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct SignView: View {
}, label: {Text(progress.ProgressingDescribe == "" ? "Permanent sign" : progress.ProgressingDescribe)})
.alert(isPresented: $showInFilzaAlert ){
Alert(
title: Text(canShowinFilza ? "Done" : "Ohh no"),
title: Text(canShowinFilza ? "Done" : "Oh no"),
message: Text(canShowinFilza ? "View the file now?" : "You need Filza to view the file"),
primaryButton: .default(Text("Okay")) {
if canShowinFilza {
Expand Down

0 comments on commit ff73f8f

Please sign in to comment.