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

Adjust user submission consent wording #394

Closed
MrOrz opened this issue Apr 23, 2024 · 0 comments · Fixed by #399
Closed

Adjust user submission consent wording #394

MrOrz opened this issue Apr 23, 2024 · 0 comments · Fixed by #399
Assignees
Labels

Comments

@MrOrz
Copy link
Member

MrOrz commented Apr 23, 2024

From https://g0v.hackmd.io/UaO0a5gETTeRTP8sH7NGlg#%E9%80%81%E5%87%BA%E8%A8%8A%E6%81%AF-wording

We would like to adjust the wording when we are asking the user's consent for submitting the message to a publish database.

image

Please update the following wording to emphasize the fact that the messages will be published on Cofacts website.

1. In util.js

目前資料庫裡沒有您傳的訊息。
Currently we don’t have this message in our database.

如果您覺得:
If you think:

  1. 它很可能是謠言
    It is most likely a rumor
  2. 您願意公開此訊息
    You are willing to make the message public

請按「🆕 送進資料庫查核」在 Cofacts 網站公開它,讓好心人能查證與回覆。您可以幫助到未來同樣收到這份訊息的人。
Press “🆕 Report to database” to make this message public on Cofacts website and have volunteers fact-check it. This way you can help the people who receive the same message in the future.

{
  "type": "bubble",
  "body": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "text",
        "text": "目前資料庫裡沒有您傳的訊息。",
        "wrap": true
      },
      {
        "type": "text",
        "text": "若您覺得:",
        "margin": "md",
        "wrap": true
      },
      {
        "type": "box",
        "layout": "horizontal",
        "contents": [
          {
            "type": "text",
            "text": "🤔",
            "flex": 0,
            "margin": "none"
          },
          {
            "type": "text",
            "text": "它很可能是謠言",
            "wrap": true,
            "flex": 1,
            "margin": "md",
            "contents": [
              {
                "type": "span",
                "text": "它很可能是"
              },
              {
                "type": "span",
                "text": "謠言",
                "decoration": "none",
                "color": "#ffb600",
                "weight": "bold"
              }
            ]
          }
        ],
        "margin": "md"
      },
      {
        "type": "box",
        "layout": "horizontal",
        "contents": [
          {
            "type": "text",
            "text": "🌐",
            "flex": 0,
            "margin": "none"
          },
          {
            "type": "text",
            "text": "它很可能是謠言",
            "wrap": true,
            "flex": 1,
            "margin": "md",
            "contents": [
              {
                "type": "span",
                "text": "您願意"
              },
              {
                "type": "span",
                "text": "公開",
                "decoration": "none",
                "color": "#ffb600",
                "weight": "bold"
              },
              {
                "type": "span",
                "text": "這則訊息"
              }
            ]
          }
        ],
        "margin": "md"
      },
      {
        "type": "text",
        "text": "請按「🆕 送進資料庫查核」在 Cofacts 網站公開它,讓好心人能查證與回覆。您可以幫助到未來同樣收到這份訊息的人。",
        "wrap": true,
        "contents": [
          {
            "type": "span",
            "text": "請按「"
          },
          {
            "type": "span",
            "text": "🆕 送進資料庫查核",
            "color": "#ffb600",
            "weight": "bold"
          },
          {
            "type": "span",
            "text": "」在 Cofacts 網站公開它,讓好心人能查證與回覆。您可以幫助到未來同樣收到這份訊息的人。"
          }
        ],
        "margin": "md"
      }
    ]
  },
  "footer": {
    "type": "box",
    "layout": "vertical",
    "spacing": "sm",
    "contents": [
      {
        "type": "button",
        "style": "primary",
        "height": "sm",
        "action": {
          "type": "uri",
          "label": "🆕 送進資料庫查核",
          "uri": "https://linecorp.com"
        },
        "color": "#ffb600"
      },
      {
        "type": "button",
        "style": "primary",
        "height": "sm",
        "action": {
          "type": "uri",
          "label": "我不想回報訊息",
          "uri": "https://linecorp.com"
        },
        "color": "#333333"
      },
      {
        "type": "box",
        "layout": "vertical",
        "contents": [],
        "margin": "sm"
      }
    ],
    "flex": 0
  }
}

2. In askingCooccurrence

您傳的 N 則訊息,目前都不在 Cofacts 資料庫裡。

若您覺得:

  1. 它們很可能是謠言
  2. 您願意公開這些訊息

請按「🆕 送進資料庫查核」在 Cofacts 網站公開它,讓好心人能查證與回覆。您可以幫助到未來同樣收到這些訊息的人。

@MrOrz MrOrz added help wanted good first issue Picked for newcomers labels Apr 23, 2024
@MrOrz MrOrz self-assigned this Oct 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant