Skip to content

Commit

Permalink
chore(TestRun): update quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Oct 27, 2024
1 parent 9bd2bb1 commit 788fa16
Showing 1 changed file with 83 additions and 31 deletions.
114 changes: 83 additions & 31 deletions components/test-run-success/index.php
Original file line number Diff line number Diff line change
@@ -1,84 +1,136 @@
<?php
$quotes = [
[
'quote' => __( 'Change is inevitable – except from a vending machine.', 'visual-regression-tests' ),
'author' => 'Robert C. Gallagher',
],
[
'quote' => __( 'It’s not what happens to you, but how you react to it that matters.', 'visual-regression-tests' ),
'author' => 'Epictetus',
],
[
'quote' => __( 'Change is inevitable. Progress is a choice.', 'visual-regression-tests' ),
'author' => 'Tony Robbins',
'quote' => __( 'Every success story is a tale of constant adaptation, revision, and change.', 'visual-regression-tests' ),
'author' => 'Richard Branson',
],
[
'quote' => __( 'Change is hard at first, messy in the middle and gorgeous at the end.', 'visual-regression-tests' ),
'author' => 'Robin Sharma',
],
[
'quote' => __( 'Small changes can make a big difference. You are the only one who can make our world a better place to inhabit.', 'visual-regression-tests' ),
'author' => 'Dr. Debasish Mridha',
'quote' => __( 'Without deviation from the norm, progress is not possible.', 'visual-regression-tests' ),
'author' => 'Frank Zappa',
],
[
'quote' => __( 'Perfection is not attainable, but if we chase perfection we can catch excellence.', 'visual-regression-tests' ),
'author' => 'Vince Lombardi',
],
[
'quote' => __( 'It’s the little details that are vital. Little things make big things happen.', 'visual-regression-tests' ),
'author' => 'John Wooden',
],
[
'quote' => __( 'Excellence is in the details. Give attention to the details and excellence will come.', 'visual-regression-tests' ),
'author' => 'Perry Paxton',
'quote' => __( 'It is not the strongest of the species that survive, nor the most intelligent. It is the one that is most adaptable to change.', 'visual-regression-tests' ),
'author' => 'Charles Darwin',
],
[
'quote' => __( 'Attention to detail is not about perfection. It’s about excellence.', 'visual-regression-tests' ),
'quote' => __( 'Attention to detail is not about perfection. It’s about excellence, about constant improvement.', 'visual-regression-tests' ),
'author' => 'Chris Denny',
],
[
'quote' => __( 'The butterfly effect teaches us that small events can have very large effects.', 'visual-regression-tests' ),
'author' => 'Edward Lorenz',
'quote' => __( 'The difference between something good and something great is attention to detail.', 'visual-regression-tests' ),
'author' => 'Charles R Swindoll',
],
[
'quote' => __( 'Details make perfection, and perfection is not a detail.', 'visual-regression-tests' ),
'author' => 'Leonardo da Vinci',
],
[
'quote' => __( 'Not everything that is faced can be changed, but nothing can be changed until it is faced.', 'visual-regression-tests' ),
'author' => 'James Baldwin',
],
[
'quote' => __( 'Small deeds done are better than great deeds planned.', 'visual-regression-tests' ),
'author' => 'Peter Marshall',
],
[
'quote' => __( 'Great things are not done by impulse, but by a series of small things brought together.', 'visual-regression-tests' ),
'author' => 'Vincent Van Gogh',
],
[
'quote' => __( 'Success is the sum of small efforts, repeated day in and day out.', 'visual-regression-tests' ),
'author' => 'Robert Collier',
],
[
'quote' => __( 'To improve is to change; to be perfect is to change often.', 'visual-regression-tests' ),
'author' => 'Winston Churchill',
],
[
'quote' => __( 'The details are not the details. They make the design.', 'visual-regression-tests' ),
'author' => 'Charles Eames',
],
[
'quote' => __( 'The devil is in the details.', 'visual-regression-tests' ),
'author' => 'Johann Wolfgang von Goethe',
'quote' => __( 'God is in the details.', 'visual-regression-tests' ),
'author' => 'Ludwig Mies van der Rohe',
],
[
'quote' => __( 'Details make perfection, and perfection is not a detail.', 'visual-regression-tests' ),
'author' => 'Leonardo da Vinci',
'quote' => __( 'Excellence is the gradual result of always striving to do better.', 'visual-regression-tests' ),
'author' => 'Pat Riley',
],
[
'quote' => __( 'The details are the key to success.', 'visual-regression-tests' ),
'author' => 'Frank Lloyd Wright',
'quote' => __( 'The world is changed by your example, not by your opinion.', 'visual-regression-tests' ),
'author' => 'Paulo Coelho',
],
[
'quote' => __( 'It’s not about the big things, it’s the small things that really matter.', 'visual-regression-tests' ),
'author' => 'Steve Jobs',
'quote' => __( 'Doing the little things can make a big difference.', 'visual-regression-tests' ),
'author' => 'Yogi Berra',
],
[
'quote' => __( 'Focus on the details and the big picture will take care of itself.', 'visual-regression-tests' ),
'author' => 'Tom O’Toole',
'quote' => __( 'Tiny tweaks can lead to big changes.', 'visual-regression-tests' ),
'author' => 'Amy Cuddy',
],
[
'quote' => __( 'The difference between something good and something great is attention to detail.', 'visual-regression-tests' ),
'author' => 'Charles R. Swindoll',
'quote' => __( 'Life is a series of natural and spontaneous changes. Don’t resist them—that only creates sorrow. Let reality be reality.', 'visual-regression-tests' ),
'author' => 'Lao Tzu',
],
[
'quote' => __( 'Small things make a big difference.', 'visual-regression-tests' ),
'author' => 'Yogi Berra',
'quote' => __( 'A bend in the road is not the end of the road… unless you fail to make the turn.', 'visual-regression-tests' ),
'author' => 'Helen Keller',
],
[
'quote' => __( 'Tiny tweaks can lead to big changes.', 'visual-regression-tests' ),
'author' => 'Amy Cuddy',
'quote' => __( 'The only way to make sense out of change is to plunge into it, move with it, and join the dance.', 'visual-regression-tests' ),
'author' => 'Alan Watts',
],
[
'quote' => __( 'Every success story is a tale of constant adaptation, revision, and change.', 'visual-regression-tests' ),
'author' => 'Richard Branson',
'quote' => __( 'Change is the only constant in life.', 'visual-regression-tests' ),
'author' => 'Heraclitus',
],
[
'quote' => __( 'The art of life lies in a constant readjustment to our surroundings.', 'visual-regression-tests' ),
'author' => 'Okakura Kakuzō',
],
[
'quote' => __( 'Adaptability is about the powerful difference between adapting to cope and adapting to win.', 'visual-regression-tests' ),
'author' => 'Max McKeown',
],
[
'quote' => __( 'The pessimist complains about the wind; the optimist expects it to change; the realist adjusts the sails.', 'visual-regression-tests' ),
'author' => 'William Arthur Ward',
],
[
'quote' => __( 'The world hates change, yet it is the only thing that has brought progress.', 'visual-regression-tests' ),
'author' => 'Charles Kettering',
],
[
'quote' => __( 'Change is inevitable. Change is constant.', 'visual-regression-tests' ),
'author' => 'Benjamin Disraeli',
],
[
'quote' => __( 'You must welcome change as the rule but not as your ruler.', 'visual-regression-tests' ),
'author' => 'Denis Waitley',
],
[
'quote' => __( 'A small change today makes a big difference tomorrow.', 'visual-regression-tests' ),
'author' => 'Richard Bach',
'quote' => __( 'Change is the process by which the future invades our lives.', 'visual-regression-tests' ),
'author' => 'Alvin Toffler',
],
[
'quote' => __( 'Don’t fear failure. Fear being in the exact same place next year as you are today.', 'visual-regression-tests' ),
Expand All @@ -89,8 +141,8 @@
'author' => 'Marilyn Monroe',
],
[
'quote' => __( 'Sometimes the smallest step in the right direction ends up being the biggest step of your life.', 'visual-regression-tests' ),
'author' => 'Naeem Callaway',
'quote' => __( 'Change starts when someone sees the next step.', 'visual-regression-tests' ),
'author' => 'William Drayton',
],
];

Expand Down

0 comments on commit 788fa16

Please sign in to comment.