change translation for because to denn

This commit is contained in:
Robert Stoll
2020-12-21 22:24:52 +01:00
parent 88ce561e8e
commit 97f4422c21

View File

@@ -13,5 +13,5 @@ enum class DescriptionAnyAssertion(override val value: String) : StringBasedTran
IS_SAME("ist dieselbe Instanz wie"),
IS_NOT_SAME("ist nicht dieselbe Instanz wie"),
IS_NONE_OF("ist nicht"),
BECAUSE("weil")
BECAUSE("denn")
}