forked from git.gladyson/openmonetis
fix: corrige a grafia de "OpenSheets" para "Opensheets"
Este commit altera todas as ocorrências de "OpenSheets" para "Opensheets" em arquivos de layout, README, componentes e notificações, garantindo consistência na nomenclatura do projeto.
This commit is contained in:
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiSettingsLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Ajustes | OpenSheets",
|
||||
title: "Ajustes | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -47,7 +47,7 @@ export default async function Page() {
|
||||
<div>
|
||||
<h2 className="text-lg font-medium mb-1">Alterar nome</h2>
|
||||
<p className="text-sm text-muted-foreground mb-4">
|
||||
Atualize como seu nome aparece no OpenSheets. Esse nome pode ser
|
||||
Atualize como seu nome aparece no Opensheets. Esse nome pode ser
|
||||
exibido em diferentes seções do app e em comunicações.
|
||||
</p>
|
||||
</div>
|
||||
@@ -73,7 +73,10 @@ export default async function Page() {
|
||||
atual (quando aplicável) para concluir a alteração.
|
||||
</p>
|
||||
</div>
|
||||
<UpdateEmailForm currentEmail={userEmail} authProvider={authProvider} />
|
||||
<UpdateEmailForm
|
||||
currentEmail={userEmail}
|
||||
authProvider={authProvider}
|
||||
/>
|
||||
</TabsContent>
|
||||
|
||||
<TabsContent value="deletar" className="space-y-4">
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiTodoLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Anotações | OpenSheets",
|
||||
title: "Anotações | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiCalendarEventLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Calendário | OpenSheets",
|
||||
title: "Calendário | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiBankCardLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Cartões | OpenSheets",
|
||||
title: "Cartões | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiPriceTag3Line } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Categorias | OpenSheets",
|
||||
title: "Categorias | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiBankLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Contas | OpenSheets",
|
||||
title: "Contas | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiSecurePaymentLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Análise de Parcelas | OpenSheets",
|
||||
title: "Análise de Parcelas | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiSparklingLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Insights | OpenSheets",
|
||||
title: "Insights | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -209,7 +209,7 @@ const resolveUserLabel = (user: {
|
||||
if (user?.email && user.email.trim().length > 0) {
|
||||
return user.email;
|
||||
}
|
||||
return "OpenSheets";
|
||||
return "Opensheets";
|
||||
};
|
||||
|
||||
type InitialCandidate = {
|
||||
@@ -1320,8 +1320,12 @@ export async function deleteMultipleLancamentosAction(
|
||||
|
||||
// Send notifications
|
||||
const notificationData = existing
|
||||
.filter((item): item is typeof item & { pagadorId: NonNullable<typeof item.pagadorId> } =>
|
||||
Boolean(item.pagadorId)
|
||||
.filter(
|
||||
(
|
||||
item
|
||||
): item is typeof item & {
|
||||
pagadorId: NonNullable<typeof item.pagadorId>;
|
||||
} => Boolean(item.pagadorId)
|
||||
)
|
||||
.map((item) => ({
|
||||
pagadorId: item.pagadorId,
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiArrowLeftRightLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Lançamentos | OpenSheets",
|
||||
title: "Lançamentos | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiFundsLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Anotações | OpenSheets",
|
||||
title: "Anotações | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
@@ -398,7 +398,7 @@ const buildSummaryHtml = ({
|
||||
|
||||
<!-- Rodapé externo -->
|
||||
<p style="margin:16px 0 0 0;font-size:12.5px;color:#94a3b8;text-align:center;">
|
||||
Este e-mail foi enviado automaticamente pelo <strong>OpenSheets</strong>.
|
||||
Este e-mail foi enviado automaticamente pelo <strong>Opensheets</strong>.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -429,7 +429,7 @@ export async function sendPagadorSummaryAction(
|
||||
|
||||
const resendApiKey = process.env.RESEND_API_KEY;
|
||||
const resendFrom =
|
||||
process.env.RESEND_FROM_EMAIL ?? "OpenSheets <onboarding@resend.dev>";
|
||||
process.env.RESEND_FROM_EMAIL ?? "Opensheets <onboarding@resend.dev>";
|
||||
|
||||
if (!resendApiKey) {
|
||||
return {
|
||||
|
||||
@@ -2,7 +2,7 @@ import PageDescription from "@/components/page-description";
|
||||
import { RiGroupLine } from "@remixicon/react";
|
||||
|
||||
export const metadata = {
|
||||
title: "Pagadores | OpenSheets",
|
||||
title: "Pagadores | Opensheets",
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user