Skip to content

Commit

Permalink
Fix Polish TLD (MozillaReality#2310)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin authored and Alexandre Lissy committed Jan 21, 2020
1 parent 5c5a8d4 commit 9bd58bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ public String getSpaceKeyText(String aComposingText) {

@Override
public String[] getDomains(String... domains) {
return super.getDomains(".po");
return super.getDomains(".pl");
}
}

0 comments on commit 9bd58bf

Please sign in to comment.