Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to verbiage for flag tooltip #966

Merged
merged 2 commits into from Jan 11, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/elements/Voting.jsx
Expand Up @@ -16,7 +16,7 @@ import CloseButton from 'react-foundation-components/lib/global/close-button';
const ABOUT_FLAG = <div>
<p>Flagging a post can remove rewards and make this material less visible. Some common reasons to flag:</p>
<ul>
<li>Inappropriate rewards distribution</li>
<li>Disagreement on rewards</li>
<li>Fraud or Plagiarism</li>
<li>Hate Speech or Internet Trolling</li>
<li>Intentional miscategorized content or Spam</li>
Expand Down
2 changes: 1 addition & 1 deletion app/locales/en.js
Expand Up @@ -373,7 +373,7 @@ const en = {
// Voting.jsx
stop_seeing_content_from_this_user: 'Stop seeing content from this user',
flagging_post_can_remove_rewards_the_flag_should_be_used_for_the_following: 'Flagging a post can remove rewards and make this material less visible. Some common reasons to flag',
inappropriate_rewards_distribution: 'Inappropriate rewards distribution',
disagreement_on_rewards: 'Disagreement on rewards',
fraud_or_plagiarism: 'Fraud or Plagiarism',
hate_speech_or_internet_trolling: 'Hate Speech or Internet Trolling',
intentional_miss_categorized_content_or_spam: 'Intentional miss-categorized content or Spam',
Expand Down
2 changes: 1 addition & 1 deletion app/locales/es.js
Expand Up @@ -353,7 +353,7 @@ const es = {
// Voting.jsx
stop_seeing_content_from_this_user: 'Stop seeing content from this user',
flagging_post_can_remove_rewards_the_flag_should_be_used_for_the_following: 'Flagging a post can remove rewards and make this material less visible. Some common reasons to flag',
inappropriate_rewards_distribution: 'Distribución inapropiada de recompensas',
disagreement_on_rewards: 'Desacuerdo sobre las recompensas',
fraud_or_plagiarism: 'Fraude o plagio',
hate_speech_or_internet_trolling: 'Hate Speech o Internet Trolling',
intentional_miss_categorized_content_or_spam: 'Contenido mal categorizado intencional o Spam',
Expand Down
2 changes: 1 addition & 1 deletion app/locales/fr.js
Expand Up @@ -353,7 +353,7 @@ const fr = {
// Voting.jsx
stop_seeing_content_from_this_user: 'Stop seeing content from this user',
flagging_post_can_remove_rewards_the_flag_should_be_used_for_the_following: 'Flagging a post can remove rewards and make this material less visible. Some common reasons to flag',
inappropriate_rewards_distribution: 'Répartition inappropriée des récompenses',
disagreement_on_rewards: 'Désaccord sur les récompenses',
fraud_or_plagiarism: 'Fraud or Plagiarism',
hate_speech_or_internet_trolling: 'Hate Speech or Internet Trolling',
intentional_miss_categorized_content_or_spam: 'Intentional miss-categorized content or Spam',
Expand Down
2 changes: 1 addition & 1 deletion app/locales/it.js
Expand Up @@ -353,7 +353,7 @@ const it = {
// Voting.jsx
stop_seeing_content_from_this_user: 'Smetti di visualizzare il contentuto da questo utente',
flagging_post_can_remove_rewards_the_flag_should_be_used_for_the_following: 'Flaggare un post ne riduce il valore e lo rende meno visibile. Il flag dovrebbe essere utilizzato per le seguenti categorie',
inappropriate_rewards_distribution: 'Distribuzione di ricompense inappropriate',
disagreement_on_rewards: 'Disaccordo sui premi',
fraud_or_plagiarism: 'post Fraudolento o Plagio',
hate_speech_or_internet_trolling: 'Pessimi discorsi o Internet Trolling',
intentional_miss_categorized_content_or_spam: 'Contenuto non categorizzato o Spam',
Expand Down
2 changes: 1 addition & 1 deletion app/locales/ru.js
Expand Up @@ -381,7 +381,7 @@ const ru = {
// Voting.jsx
stop_seeing_content_from_this_user: 'Перестать видеть контент от этого пользователя',
flagging_post_can_remove_rewards_the_flag_should_be_used_for_the_following: 'Голос против может снять вознаграждения и сделать пост менее видимым. Голосование против должно основываться на',
inappropriate_rewards_distribution: 'Вознаграждение выходит за рамки разумного',
disagreement_on_rewards: 'Несогласие на награды',
fraud_or_plagiarism: 'Мошенничество или плагиат',
hate_speech_or_internet_trolling: 'Разжигание ненависти или интернет троллинг',
intentional_miss_categorized_content_or_spam: 'Преднамеренная неправильная категоризация контента или спам',
Expand Down