Merge pull request 'Fix unpin_tag string used in place of pin_tag.' (#783) from trem/Fedilab:develop into develop
Reviewed-on: https://codeberg.org/tom79/Fedilab/pulls/783
This commit is contained in:
commit
4837afcfb0
|
@ -355,7 +355,7 @@ public class HashTagActivity extends BaseActivity {
|
|||
pin.setIcon(R.drawable.tag_pin_off);
|
||||
pin.setTitle(getString(R.string.unpin_tag));
|
||||
} else {
|
||||
pin.setTitle(getString(R.string.unpin_tag));
|
||||
pin.setTitle(getString(R.string.pin_tag));
|
||||
pin.setIcon(R.drawable.tag_pin);
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue