Skip to content

Commit

Permalink
False alarm on Emoji kb
Browse files Browse the repository at this point in the history
  • Loading branch information
yury committed Jan 29, 2020
1 parent d3507e2 commit 022bb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KB/Native/Views/KBConfigView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct KBConfigView: View {
return List {
Section(
header: Text("Blink"),
footer: Text("You can disable Emoji keyboard and third-party custom keyboards. You have to restart Blink for this change to take effect.")) {
footer: Text("You can disable third-party custom keyboards. You have to restart Blink for this change to take effect.")) {
DefaultRow(title: "Shortcuts") {
ShortcutsConfigView(
config: self.config,
Expand Down

0 comments on commit 022bb54

Please sign in to comment.