Use "Halbgeviertstrich" in instrument widget
Resolves MS-671 #complete
This commit is contained in:
parent
bbcfb98af6
commit
a61c5a661b
|
|
@ -12,7 +12,7 @@ const instrumentType = (instrument) => {
|
||||||
};
|
};
|
||||||
|
|
||||||
const instrumentCategory = (instrument) => {
|
const instrumentCategory = (instrument) => {
|
||||||
return `${flavor.textInstruments} - ${instrumentType(instrument)}`;
|
return `${flavor.textInstruments} — ${instrumentType(instrument)}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
export default instrumentType;
|
export default instrumentType;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue