diff --git a/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po b/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po index 1f7f30003..5e5fe3ee1 100644 --- a/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po +++ b/core/priv/gettext/en/LC_MESSAGES/eyra-enums.po @@ -307,8 +307,8 @@ msgid "platforms.instagram" msgstr "Instagram" #, elixir-autogen, elixir-format -msgid "platforms.twitter" -msgstr "Twitter" +msgid "platforms.x" +msgstr "X" #, elixir-autogen, elixir-format msgid "platforms.whatsapp" diff --git a/core/priv/gettext/eyra-enums.pot b/core/priv/gettext/eyra-enums.pot index b5fc1b3e3..66b02b06b 100644 --- a/core/priv/gettext/eyra-enums.pot +++ b/core/priv/gettext/eyra-enums.pot @@ -307,7 +307,7 @@ msgid "platforms.instagram" msgstr "" #, elixir-autogen, elixir-format -msgid "platforms.twitter" +msgid "platforms.x" msgstr "" #, elixir-autogen, elixir-format diff --git a/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po b/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po index 2762ea632..f501f2da2 100644 --- a/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po +++ b/core/priv/gettext/nl/LC_MESSAGES/eyra-enums.po @@ -307,8 +307,8 @@ msgid "platforms.instagram" msgstr "Instagram" #, elixir-autogen, elixir-format -msgid "platforms.twitter" -msgstr "Twitter" +msgid "platforms.x" +msgstr "X" #, elixir-autogen, elixir-format msgid "platforms.whatsapp" diff --git a/core/systems/workflow/platforms.ex b/core/systems/workflow/platforms.ex index b03b2eb74..b5dcd476e 100644 --- a/core/systems/workflow/platforms.ex +++ b/core/systems/workflow/platforms.ex @@ -8,7 +8,7 @@ defmodule Systems.Workflow.Platforms do :facebook, :instagram, :tiktok, - :twitter, + :x, :google, :youtube, :whatsapp,