Skip to content

Commit 821b608

Browse files
committed
feat(ui): change button text from 'Últimas horas' to 'Últimas entradas' when status is closing-soon
1 parent 2352774 commit 821b608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/RegistrationState.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function RegistrationState({ cityId }) {
8484
// Función para obtener el texto del botón según el estado
8585
const getButtonText = (cityName, status) => {
8686
if (status === "closing-soon") {
87-
return `⏰ ${cityName} - ¡ÚLTIMAS HORAS!`;
87+
return `⏰ ${cityName} - ¡ÚLTIMAS ENTRADAS!`;
8888
}
8989
return cityName;
9090
};

0 commit comments

Comments
 (0)