{{ t('LOGIN.SAML.TITLE') }}
diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb
index 5d28ad5a4..39b43e051 100644
--- a/app/mailers/application_mailer.rb
+++ b/app/mailers/application_mailer.rb
@@ -1,7 +1,7 @@
class ApplicationMailer < ActionMailer::Base
include ActionView::Helpers::SanitizeHelper
- default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot ')
+ default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Moreminimore Chat Team ')
before_action { ensure_current_account(params.try(:[], :account)) }
around_action :switch_locale
layout 'mailer/base'
diff --git a/app/mailers/conversation_reply_mailer.rb b/app/mailers/conversation_reply_mailer.rb
index f936dc98d..088fe7468 100644
--- a/app/mailers/conversation_reply_mailer.rb
+++ b/app/mailers/conversation_reply_mailer.rb
@@ -6,7 +6,7 @@ class ConversationReplyMailer < ApplicationMailer
include ConversationReplyMailerHelper
include ReferencesHeaderBuilder
include EmailAddressParseable
- default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot ')
+ default from: ENV.fetch('MAILER_SENDER_EMAIL', 'Moreminimore Chat Team ')
layout :choose_layout
def reply_with_summary(conversation, last_queued_id)
diff --git a/app/models/concerns/email_address_parseable.rb b/app/models/concerns/email_address_parseable.rb
index 7cca4a577..f43a00965 100644
--- a/app/models/concerns/email_address_parseable.rb
+++ b/app/models/concerns/email_address_parseable.rb
@@ -10,6 +10,6 @@ module EmailAddressParseable
end
def default_sender_email_address
- Mail::Address.new(ENV.fetch('MAILER_SENDER_EMAIL', 'accounts@chatwoot.com')).address
+ Mail::Address.new(ENV.fetch('MAILER_SENDER_EMAIL', 'contact@moreminimore.com')).address
end
end
diff --git a/app/presenters/mail_presenter.rb b/app/presenters/mail_presenter.rb
index 62cb0ed9a..e1356542a 100644
--- a/app/presenters/mail_presenter.rb
+++ b/app/presenters/mail_presenter.rb
@@ -175,7 +175,7 @@ class MailPresenter < SimpleDelegator
def notification_email_from_chatwoot?
# notification emails are send via mailer sender email address. so it should match
- configured_sender = Mail::Address.new(ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot ')).address
+ configured_sender = Mail::Address.new(ENV.fetch('MAILER_SENDER_EMAIL', 'Moreminimore Chat Team ')).address
original_sender.to_s.casecmp?(configured_sender)
end
diff --git a/app/views/installation/onboarding/index.html.erb b/app/views/installation/onboarding/index.html.erb
index d9cfb3b01..de09c2543 100644
--- a/app/views/installation/onboarding/index.html.erb
+++ b/app/views/installation/onboarding/index.html.erb
@@ -1,7 +1,7 @@
- SuperAdmin | Chatwoot
+ SuperAdmin | Moreminimore Chat
<%= vite_client_tag %>
<%= vite_javascript_tag 'superadmin' %>
@@ -9,10 +9,9 @@
-
-
+
- Howdy, Welcome to Chatwoot đź‘‹
+ Howdy, Welcome to Moreminimore Chat đź‘‹
diff --git a/app/views/super_admin/application/_navigation.html.erb b/app/views/super_admin/application/_navigation.html.erb
index e3c1ebfa8..469a4691a 100644
--- a/app/views/super_admin/application/_navigation.html.erb
+++ b/app/views/super_admin/application/_navigation.html.erb
@@ -23,9 +23,9 @@ as defined by the routes in the `admin/` namespace
diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb
index d9d1802c3..a9cc7a212 100644
--- a/config/initializers/devise.rb
+++ b/config/initializers/devise.rb
@@ -12,7 +12,7 @@ Devise.setup do |config|
# Configure the e-mail address which will be shown in Devise::Mailer,
# note that it will be overwritten if you use your own mailer class
# with default "from" parameter.
- config.mailer_sender = ENV.fetch('MAILER_SENDER_EMAIL', 'Chatwoot ')
+ config.mailer_sender = ENV.fetch('MAILER_SENDER_EMAIL', 'Moreminimore Chat Team ')
# Configure the class responsible to send e-mails.
# config.mailer = 'Devise::Mailer'
diff --git a/config/installation_config.yml b/config/installation_config.yml
index bec77431b..f659a80d0 100644
--- a/config/installation_config.yml
+++ b/config/installation_config.yml
@@ -15,39 +15,35 @@
# ------- Branding Related Config ------- #
- name: INSTALLATION_NAME
- value: 'Chatwoot'
+ value: 'Moreminimore Chat'
display_title: 'Installation Name'
description: 'The installation wide name that would be used in the dashboard, title etc.'
- name: LOGO_THUMBNAIL
- value: '/brand-assets/logo_thumbnail.svg'
+ value: '/brand-assets/logo_thumbnail.png'
display_title: 'Logo Thumbnail'
description: 'The thumbnail that would be used for favicon (512px X 512px)'
- name: LOGO
- value: '/brand-assets/logo.svg'
+ value: '/brand-assets/logo.png'
display_title: 'Logo'
description: 'The logo that would be used on the dashboard, login page etc.'
-- name: LOGO_DARK
- value: '/brand-assets/logo_dark.svg'
- display_title: 'Logo Dark Mode'
- description: 'The logo that would be used on the dashboard, login page etc. for dark mode'
- name: BRAND_URL
- value: 'https://www.chatwoot.com'
+ value: 'https://www.moreminimore.com'
display_title: 'Brand URL'
description: 'The URL that would be used in emails under the section “Powered By”'
- name: WIDGET_BRAND_URL
- value: 'https://www.chatwoot.com'
+ value: 'https://www.moreminimore.com'
display_title: 'Widget Brand URL'
description: 'The URL that would be used in the widget under the section “Powered By”'
- name: BRAND_NAME
- value: 'Chatwoot'
+ value: 'Moreminimore Chat'
display_title: 'Brand Name'
description: 'The name that would be used in emails and the widget'
- name: TERMS_URL
- value: 'https://www.chatwoot.com/terms-of-service'
+ value: 'https://www.moreminimore.com/terms-of-service'
display_title: 'Terms URL'
description: 'The terms of service URL displayed in Signup Page'
- name: PRIVACY_URL
- value: 'https://www.chatwoot.com/privacy-policy'
+ value: 'https://www.moreminimore.com/privacy-policy'
display_title: 'Privacy URL'
description: 'The privacy policy URL displayed in the app'
- name: DISPLAY_MANIFEST
@@ -104,7 +100,7 @@
locked: false
- name: MAILER_SUPPORT_EMAIL
display_title: 'Support Email'
- value:
+ value: 'contact@moreminimore.com'
description: 'The support email address for your installation'
locked: false
- name: ACCOUNT_EMAILS_LIMIT
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 9c711e41b..fe5bfd8c3 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -394,16 +394,16 @@ en:
description: 'Dashboard Apps allow you to create and embed applications that display user information, orders, or payment history, providing more context to your customer support agents.'
dyte:
name: 'Cloudflare RealtimeKit'
- short_description: 'Start video/voice calls with customers directly from Chatwoot.'
- description: 'Cloudflare RealtimeKit lets your agents start video/voice calls with your customers directly from Chatwoot.'
+ short_description: 'Start video/voice calls with customers directly from Moreminimore Chat.'
+ description: 'Cloudflare RealtimeKit lets your agents start video/voice calls with your customers directly from Moreminimore Chat.'
meeting_name: '%{agent_name} has started a meeting'
slack:
name: 'Slack'
short_description: 'Receive notifications and respond to conversations directly in Slack.'
- description: "Integrate Chatwoot with Slack to keep your team in sync. This integration allows you to receive notifications for new conversations and respond to them directly within Slack's interface."
+ description: "Integrate Moreminimore Chat with Slack to keep your team in sync. This integration allows you to receive notifications for new conversations and respond to them directly within Slack's interface."
webhooks:
name: 'Webhooks'
- description: 'Webhook events provide real-time updates about activities in your Chatwoot account. You can subscribe to your preferred events, and Chatwoot will send you HTTP callbacks with the updates.'
+ description: 'Webhook events provide real-time updates about activities in your Moreminimore Chat account. You can subscribe to your preferred events, and Moreminimore Chat will send you HTTP callbacks with the updates.'
dialogflow:
name: 'Dialogflow'
short_description: 'Build chatbots to handle initial queries before transferring to agents.'
diff --git a/public/brand-assets/logo.png b/public/brand-assets/logo.png
new file mode 100644
index 000000000..b2f47458c
Binary files /dev/null and b/public/brand-assets/logo.png differ
diff --git a/public/brand-assets/logo.svg b/public/brand-assets/logo.svg
deleted file mode 100644
index 63adcde76..000000000
--- a/public/brand-assets/logo.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/public/brand-assets/logo_dark.svg b/public/brand-assets/logo_dark.svg
deleted file mode 100644
index 679ae4687..000000000
--- a/public/brand-assets/logo_dark.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/public/brand-assets/logo_thumbnail.png b/public/brand-assets/logo_thumbnail.png
new file mode 100644
index 000000000..b2f47458c
Binary files /dev/null and b/public/brand-assets/logo_thumbnail.png differ
diff --git a/public/brand-assets/logo_thumbnail.svg b/public/brand-assets/logo_thumbnail.svg
deleted file mode 100644
index d8715e722..000000000
--- a/public/brand-assets/logo_thumbnail.svg
+++ /dev/null
@@ -1,25 +0,0 @@
-
diff --git a/public/manifest.json b/public/manifest.json
index 3644698a4..b1ed3b6b4 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Chatwoot",
- "short_name": "Chatwoot",
+ "name": "Moreminimore Chat",
+ "short_name": "Moreminimore Chat",
"icons": [{
"src": "\/android-icon-36x36.png",
"sizes": "36x36",