mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-02 03:15:05 -05:00
fix: rating question and updated attribute labels on person page (#2657)
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
eee78a79d9
commit
4858bdd838
@@ -208,8 +208,8 @@ export const RatingQuestion = ({
|
||||
))}
|
||||
</div>
|
||||
<div className="text-subheading mt-4 flex justify-between px-1.5 text-xs leading-6">
|
||||
<p className="w-1/2 text-left">{getLocalizedValue(question.lowerLabel, "default")}</p>
|
||||
<p className="w-1/2 text-right">{getLocalizedValue(question.upperLabel, "default")}</p>
|
||||
<p className="w-1/2 text-left">{getLocalizedValue(question.lowerLabel, languageCode)}</p>
|
||||
<p className="w-1/2 text-right">{getLocalizedValue(question.upperLabel, languageCode)}</p>
|
||||
</div>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user