Skip to content

Commit

Permalink
Make the submit button say "view results" (#172)
Browse files Browse the repository at this point in the history
I found some Spanish-language sites with buttons that say "ver
resultados", so I'm confident in that translation.
  • Loading branch information
oyamauchi authored Jul 1, 2024
1 parent a500c5c commit c1c153b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/i18n/strings/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const templates = {
s07607bad0f288304: `reemplazo de puertas y ventanas`,
s07ecbff17886eb50: `un vehículo eléctrico usado`,
s08fb6007b5965c82: `Vehículo eléctrico`,
s0d2b126617a4b9e6: `Ver resultados`,
s0ec469a91a15f4a5: `kilovatio hora`,
s0f06604c95e47b84: `Wisconsin`,
s12603afef80b713c: `Estufa/cocina`,
Expand Down Expand Up @@ -209,5 +210,4 @@ export const templates = {
sfa7338035e1ef173: `Alquilar o poseer`,
sfc7214f623fe475d: `Selecciona la empresa a la que paga su factura de electricidad.`,
sfe16afc784bb9d76: `Techo solar`,
sfe81d5d73a35a2cf: `Calcular`,
};
2 changes: 1 addition & 1 deletion src/state-calculator-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ export const CalculatorForm: FC<{
: null}
<div className="col-start-[-2] col-end-[-1]">
<div className="h-0 sm:h-9"></div>
<PrimaryButton id="calculate">{msg('Calculate')}</PrimaryButton>
<PrimaryButton id="calculate">{msg('View results')}</PrimaryButton>
</div>
</div>
</form>
Expand Down
8 changes: 4 additions & 4 deletions translations/es.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -338,10 +338,6 @@
<target>Suscribirse</target>
<note from="lit-localize">button text</note>
</trans-unit>
<trans-unit id="sfe81d5d73a35a2cf">
<source>Calculate</source>
<target>Calcular</target>
</trans-unit>
<trans-unit id="sb21ad862204e6186">
<source>View our</source>
<note from="lit-localize">as in view our terms</note>
Expand Down Expand Up @@ -806,6 +802,10 @@
<source>Learn how to apply</source>
<target>Aprende a solicitar</target>
</trans-unit>
<trans-unit id="s0d2b126617a4b9e6">
<source>View results</source>
<target>Ver resultados</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit c1c153b

Please sign in to comment.