mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1079216 - Improve some strings on the Loop feedback form. r=nperriault
This commit is contained in:
parent
96208198cb
commit
e285b0295d
@ -75,7 +75,7 @@ loop.shared.views.FeedbackView = (function(l10n) {
|
||||
audio_quality: l10n.get("feedback_category_audio_quality"),
|
||||
video_quality: l10n.get("feedback_category_video_quality"),
|
||||
disconnected : l10n.get("feedback_category_was_disconnected"),
|
||||
confusing: l10n.get("feedback_category_confusing"),
|
||||
confusing: l10n.get("feedback_category_confusing2"),
|
||||
other: l10n.get("feedback_category_other2")
|
||||
};
|
||||
},
|
||||
@ -142,7 +142,7 @@ loop.shared.views.FeedbackView = (function(l10n) {
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
React.createElement(FeedbackLayout, {title: l10n.get("feedback_what_makes_you_sad"),
|
||||
React.createElement(FeedbackLayout, {title: l10n.get("feedback_category_list_heading"),
|
||||
reset: this.props.reset},
|
||||
React.createElement("form", {onSubmit: this.handleFormSubmit},
|
||||
this._getCategoryFields(),
|
||||
|
@ -75,7 +75,7 @@ loop.shared.views.FeedbackView = (function(l10n) {
|
||||
audio_quality: l10n.get("feedback_category_audio_quality"),
|
||||
video_quality: l10n.get("feedback_category_video_quality"),
|
||||
disconnected : l10n.get("feedback_category_was_disconnected"),
|
||||
confusing: l10n.get("feedback_category_confusing"),
|
||||
confusing: l10n.get("feedback_category_confusing2"),
|
||||
other: l10n.get("feedback_category_other2")
|
||||
};
|
||||
},
|
||||
@ -142,7 +142,7 @@ loop.shared.views.FeedbackView = (function(l10n) {
|
||||
|
||||
render: function() {
|
||||
return (
|
||||
<FeedbackLayout title={l10n.get("feedback_what_makes_you_sad")}
|
||||
<FeedbackLayout title={l10n.get("feedback_category_list_heading")}
|
||||
reset={this.props.reset}>
|
||||
<form onSubmit={this.handleFormSubmit}>
|
||||
{this._getCategoryFields()}
|
||||
|
@ -68,12 +68,12 @@ call_progress_ringing_description=Ringing…
|
||||
fxos_app_needed=Please install the {{fxosAppName}} app from the Firefox Marketplace.
|
||||
|
||||
feedback_call_experience_heading2=How was your conversation?
|
||||
feedback_what_makes_you_sad=What makes you sad?
|
||||
feedback_thank_you_heading=Thank you for your feedback!
|
||||
feedback_category_list_heading=What made you sad?
|
||||
feedback_category_audio_quality=Audio quality
|
||||
feedback_category_video_quality=Video quality
|
||||
feedback_category_was_disconnected=Was disconnected
|
||||
feedback_category_confusing=Confusing
|
||||
feedback_category_confusing2=Confusing controls
|
||||
feedback_category_other2=Other
|
||||
feedback_custom_category_text_placeholder=What went wrong?
|
||||
feedback_submit_button=Submit
|
||||
|
@ -271,12 +271,12 @@ powered_by_beforeLogo=Powered by
|
||||
powered_by_afterLogo=
|
||||
|
||||
feedback_call_experience_heading2=How was your conversation?
|
||||
feedback_what_makes_you_sad=What makes you sad?
|
||||
feedback_thank_you_heading=Thank you for your feedback!
|
||||
feedback_category_list_heading=What made you sad?
|
||||
feedback_category_audio_quality=Audio quality
|
||||
feedback_category_video_quality=Video quality
|
||||
feedback_category_was_disconnected=Was disconnected
|
||||
feedback_category_confusing=Confusing
|
||||
feedback_category_confusing2=Confusing controls
|
||||
feedback_category_other2=Other
|
||||
feedback_custom_category_text_placeholder=What went wrong?
|
||||
feedback_submit_button=Submit
|
||||
|
Loading…
Reference in New Issue
Block a user