We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2352774 commit 821b608Copy full SHA for 821b608
1 file changed
src/components/RegistrationState.js
@@ -84,7 +84,7 @@ export default function RegistrationState({ cityId }) {
84
// Función para obtener el texto del botón según el estado
85
const getButtonText = (cityName, status) => {
86
if (status === "closing-soon") {
87
- return `⏰ ${cityName} - ¡ÚLTIMAS HORAS!`;
+ return `⏰ ${cityName} - ¡ÚLTIMAS ENTRADAS!`;
88
}
89
return cityName;
90
};
0 commit comments